Module timespan::naive

source ·
Expand description

Date and time spans which do not concern about timezones.

These time spans can be used for applications where the timezone is irrelevant for the span.

Type Aliases§

  • The NaiveDateSpan alias is a span consisting of chrono::NaiveDates.
  • The NaiveDateTimeSpan alias is a span consisting of chrono::NaiveDateTimes.
  • The NaiveTimeSpan alias is a span consisting of chrono::NaiveTimes.