# Functions
Functions operate on time and dates.
Now returns the current time in the format "2006-01-02T15:04:05Z07:00" (RFC3339).
TimeFormat formats the given timestamp with the given format.
TimeParse parses the given string using the given format.
TimeToUnix converts the given timestamp to the number of seconds since the unix epoch.
UnixToTime converts the given number of seconds, as a unix epoch, to a timestamp.
# Constants
Format is the default format to use for timestamps.