.\" This man page is automatically generated using .\" kayadoc2man from the Kaya development tools and the -xmldocs compile .\" option. Editing it directly is not encouraged. .\" It is under the same license as the source .k file that it was .\" generated from. .TH "Time.IsoTimeOpts" "3kaya" "August 2014" "Kaya" "Kaya module reference" .SH "NAME" Time::IsoTimeOpts \- Flags for the isoTime function .SH "SYNOPSIS" .B Time::IsoTimeOpts< \fI\fP .B > .IP "" -2 = .BI "DateOnly(" "" ")" .IP "" -2 | .BI "TimeOnly(" "" ")" .IP "" -2 | .BI "WithTimeZone(" "" ")" .IP "" -2 | .BI "ShortForm(" "" ")" .IP "" -2 | .BI "TwoFields(" "" ")" .IP "" -2 | .BI "UTC(" "" ")" .SH "DESCRIPTION" .PP Flags for modifying the output of the .B "Time.isoTime"(3kaya) functions. .IP "" -2 - \fBDateOnly \fP : Return only the date portion of the date and time .IP "" -2 - \fBTimeOnly \fP : Return only the time portion of the date and time (ignored if \fBDateOnly \fP is also specified) .IP "" -2 - \fBWithTimeZone \fP : Include a timezone specification. .IP "" -2 - \fBShortForm \fP : Compact output by removing date and time delimiters (the delimiter between the date and time parts is kept) .IP "" -2 - \fBTwoFields \fP : Use ' ' rather than 'T' as the delimiter between the date and time portions .IP "" -2 - \fBUTC \fP : When converting from a Unix timestamp, return the time in the UTC timezone (normally it is returned in the local timezone). When using a .B "Time.Time"(3kaya) this flag has no effect. .SH "AUTHORS" Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ .SH LICENSE The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.