GunzipDatetimeNS (String function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→Usage notes) |
||
Line 11: | Line 11: | ||
==Usage notes== | ==Usage notes== | ||
<ul> | |||
<li>The date/timestamp is stored in a GZIPped string using the <var>LastModified</var> argument of the <var>[[Gzip (String function)|Gzip]]</var> function. | |||
</ul> | |||
==Examples== | ==Examples== | ||
==See also== | ==See also== | ||
{{Template:String:GunzipDatetimeNS footer}} | {{Template:String:GunzipDatetimeNS footer}} |
Revision as of 20:23, 8 February 2012
Return create date of GZIP format longstring (String class)
[Introduced in Sirius Mods 7.4]
Syntax
%number = string:GunzipDatetimeNS Throws InvalidGZipData
Syntax terms
%number | number |
---|---|
string | The GZIPped string. |
Usage notes
- The date/timestamp is stored in a GZIPped string using the LastModified argument of the Gzip function.