GunzipDatetimeNS (String function): Difference between revisions
Jump to navigation
Jump to search
m (→Usage notes) |
m (→Syntax terms) |
||
Line 5: | Line 5: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%number</th><td>number</td></tr> | <tr><th>%number</th><td>The date/time stamp extracted from the GZIPped <var class="term">string</var>, expressed as number of seconds since 12:00 AM, Jan 1, 1970.</td></tr> | ||
<tr><th>string</th> | <tr><th>string</th> | ||
<td>The GZIPped string.</td></tr> | <td>The GZIPped string.</td></tr> |
Revision as of 20:30, 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 | The date/time stamp extracted from the GZIPped string, expressed as number of seconds since 12:00 AM, Jan 1, 1970. |
---|---|
string | The GZIPped string. |
Usage notes
- The date/timestamp is stored in a GZIPped string using the LastModified argument of the Gzip function.