dates

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2026 License: MIT Imports: 1 Imported by: 0

README

dates — date arithmetic helpers

import "github.com/downsized-devs/sdk-go/dates"

Stability: Stable — see STABILITY.md

Tiny package: day-level differences between two time.Time values.

Features

  • Difference(a, b time.Time) int64 — whole-day difference (b − a).

Installation

go get github.com/downsized-devs/sdk-go/dates

Quick Start

import "github.com/downsized-devs/sdk-go/dates"

days := dates.Difference(start, end) // e.g. 7

API Reference

Symbol Signature
Difference (a, b time.Time) int64

Dependencies

stdlib only.

Testing

go test ./dates/...

Contributing

See CONTRIBUTING.md.

  • clock — timezone-aware "now" + month boundaries.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Difference

func Difference(a, b time.Time) int64

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL