Time type
Methods
- init(t:Time) Source: stdlib.ngs:5850
Initialize Time object with current time.
- init(t:Time, epoch:Int) Source: stdlib.ngs:5855
Initialize Time object with the given epoch time.
- init(t:Time, s:Str, format:Str) Source: stdlib.ngs:5859
Undocumented
- Int(t:Time) Source: stdlib.ngs:5869
Undocumented
- Str(t:Time, format:Str='%F %T %Z', gmt:Bool=false) Source: stdlib.ngs:5867
String representation of Time Parameters
format strftime(3) format gmt Use GMT time zone (defaults to local time zone)