time_zone_info v0.3.0 TimeZoneInfo.IanaDateTime View Source

Some functions to handle datetimes in TimeZoneInfo.

Link to this section Summary

Functions

Computes the number of gregorian seconds starting with year 0 and ending at the specified iana_datetime.

Link to this section Types

Link to this section Functions

Link to this function

to_gregorian_seconds(iana_datetime)

View Source
to_gregorian_seconds(t()) :: TimeZoneInfo.GregorianSeconds.t()

Computes the number of gregorian seconds starting with year 0 and ending at the specified iana_datetime.

Link to this function

to_gregorian_seconds(year, month, day, time)

View Source