14.7.5 Date Formats and Utilities
#'rfc3339: follows RFC 3339, specifically using a space character between a date and time, and showing a time zone offset (if requested) as Z, +HH:MM or +HH:MM.
#'iso8601: follows ISO 8601, showing a time zone offset (if requested) as Z, +HH:MM, or +HH:MM.
#'american: shows a date in an English, human-readable form that spells out a month and day of the week, putting the month before the day.
#'european: shows a date in an English, human-readable form that spells out a month and day of the week, putting the date before the month.
#'julian: shows the date in Julian form.
enumeration | ||||||||
|
#'minutes: Produces HH:MM
#'seconds: Produces HH:MM:SS
#'milliseconds: Produces HH:MM:SS.SSS
#'microseconds: Produces HH:MM:SS.SSSSSS
#'nanoseconds: Produces HH:MM:SS.SSSSSSSSS
#'auto_subminutes: The same as #'minutes if seconds and nanoseconds are zero, the same as #'auto_subseconds otherwise.
#'auto_subseconds: The same as #'seconds if nanoseconds are zero, and otherwise the same as #'milliseconds, #'microseconds, or #'nanoseconds depending on the number of trailing zeros available to be omitted.
enumeration | ||
|
function | |
| |
function | |
function | |||||
|
function | |||||
|