From WikiChip
Editing mirc/identifiers/$gmt

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.

Latest revision Your text
Line 1: Line 1:
{{mirc title|$gmt Identifier}}'''$gmt''' return the current GMT time value in {{mIRC|$ctime}} format. $gmt also accept optional time and/or format parameters, displaying the same format as {{mIRC|$asctime}}, adjusted by $timezone/$daylight settings.
+
{{mirc title|$gmt Identifier}}'''$gmt''' return the current GMT time value in {{mIRC|$ctime}} format. $gmt also accept optional time and/or format parameters, displaying the same format as {{mIRC|$asctime}}, adjusted by $timezone.
 +
 
  
 
== Synopsis ==
 
== Synopsis ==
 
<pre>$gmt
 
<pre>$gmt
 
$gmt(date [,format])</pre>
 
$gmt(date [,format])</pre>
== Parameters ==
+
== Paramters ==
* '''no parameters''' Returns ctime adjusted by the $timezone value
+
'''no parameters''' Returns ctime adjusted by the $timezone value
* '''date''' Optional ctime number, overrides the default ctime. Returns the GMT time string in $asctime format. Ignores any fractions.
+
'''date''' Optional ctime date, overrides the default ctime. Returns the GMT time string in $asctime format.
* '''format''' Optional format letters same as for {{mIRC|$asctime}}
+
'''format''' Optional format letters same as for {{mIRC|$asctime}}
 
== Properties ==
 
== Properties ==
 
None
 
None
Line 14: Line 15:
 
<source lang="mIRC">
 
<source lang="mIRC">
 
//echo -a $gmt($ctime) is the same as $asctime($calc($ctime + $timezone  ) )
 
//echo -a $gmt($ctime) is the same as $asctime($calc($ctime + $timezone  ) )
//echo -a $gmt is same as $calc( $ctime + $timezone )
+
//echo -a $gmt is same as $ctime + $timezone
//echo -a Current GMT is $gmt($ctime, ddd dd mmmm yyyy hh:nn:sstt)
+
//echo -a $gmt($calc(0+$daylight)) is Thu Jan 01 00:00:00 1970
 
</source>
 
</source>
  
* Beginning v7.56, changes made to $gmt are:
 
1. The z|zz|zzz format strings now return the string for GMT zone instead of the user's zone.<br/>
 
2. Fixed bug where $gmt(number) handled all dates as if they were during the same $daylight zone as the current date, resulting in different output for $gmt(0), for most people, when script is run in January vs June.
 
<source lang="mIRC">
 
//echo -a $gmt($calc(0+$iif($version isnum 7.56-,0,$daylight))) is Thu Jan 01 00:00:00 1970
 
</source>
 
3. New API recognizes larger date range. N can now be numbers which resolve to 1 second after midnight at the beginning of year 1601, through 1 second prior midnight at the end of the last day of year 9999. Returns $null of N is outside that range.
 
<source lang="mIRC">
 
//echo -a $gmt($calc(0-86400*365.25*369+86400*3.25+1))) is Mon Jan 01 00:00:01 1601
 
//echo -a $gmt($calc(0+86400*365.25*(9999-1970)+86400*304.75-1))) is Fri Dec 31 23:59:59 9999
 
valid range is -11644473599 through +253402300799
 
</source>
 
 
== Compatibility ==
 
== Compatibility ==
 
{{mIRC compatibility|5.5}}
 
{{mIRC compatibility|5.5}}
 +
 
== See Also ==
 
== See Also ==
 
{{collist
 
{{collist

Please note that all contributions to WikiChip may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WikiChip:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)