Filename UTC
txt = utc.fn( [t] )
Returns a time string suitable for filenames, in the form 'YYYYMMDDhhmmss'.
Equivalent to utc.fmt('%Y%m%d%H%M%S', t)
Parameter | Type | Description |
---|---|---|
t |
integer | UTC time value. Default is now. |
Returns | Type | Description |
---|---|---|
txt |
string | Formatted time string. |