ae.utils.time

Time string formatting and such.

Modules

common
module ae.utils.time.common

Time formats for string formatting and parsing.

format
module ae.utils.time.format

Time formatting functions.

fpdur
module ae.utils.time.fpdur

Duration functions.

parse
module ae.utils.time.parse

Time parsing functions.

parsedur
module ae.utils.time.parsedur

Duration parsing functions.

types
module ae.utils.time.types

Some nice "polyfills" for standard std.datetime types.

Public Imports

ae.utils.time.common
public import ae.utils.time.common;
Undocumented in source.
ae.utils.time.format
public import ae.utils.time.format;
Undocumented in source.
ae.utils.time.fpdur
public import ae.utils.time.fpdur;
Undocumented in source.
ae.utils.time.parse
public import ae.utils.time.parse;
Undocumented in source.
ae.utils.time.parsedur
public import ae.utils.time.parsedur;
Undocumented in source.
ae.utils.time.types
public import ae.utils.time.types;
Undocumented in source.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>