package
1.12.2
Repository: https://github.com/tarantool/go-tarantool.git
Documentation: pkg.go.dev

# Functions

NewDatetime returns a pointer to a new datetime.Datetime that contains a specified time.Time.

# Constants

adjust = "excess" in Tarantool.
adjust = "last" in Tarantool.
adjust = "none" in Tarantool.
NoTimezone allows to create a datetime without UTC timezone for Tarantool.

# Structs

No description provided by the author
Interval type is GoLang implementation of Tarantool intervals.

# Type aliases

An Adjust is used as a parameter for date adjustions, see: https://github.com/tarantool/tarantool/wiki/Datetime-Internals#date-adjustions-and-leap-years.