GunzipDatetimeNS (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
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

%numbernumber
string The GZIPped string.

Usage notes

  • The date/timestamp is stored in a GZIPped string using the LastModified argument of the Gzip function.

Examples

See also