pgc.timestamp

Proleptic Gregorian calendar: timestamp

Public Imports

pgc.date
public import pgc.date;
pgc.exception
public import pgc.exception;
pgc.time
public import pgc.time;

Members

Aliases

Timestamp
alias Timestamp = ulong
Undocumented in source.

Functions

ThisMomentLocal
Timestamp ThisMomentLocal()
ThisMomentUTC
Timestamp ThisMomentUTC()
date
Date date(Timestamp stamp)
mkTimestamp
Timestamp mkTimestamp(Date date, Time time)
thisMomentLocal
Timestamp thisMomentLocal()
thisMomentUTC
Timestamp thisMomentUTC()
time
Time time(Timestamp stamp)

Meta

Authors

Maxim Freck <maxim@freck.pp.ru>