From WikiChip
Difference between revisions of "mirc/identifiers/$gmt"
< mirc‎ | identifiers

(Created page with "{{mirc title|$gmt Identifier}}'''$gmt''' return the current GMT time value in {{mIRC|$ctime}} format. $gmt also accept a parameter, a date of the same format as {{mIRC|$asctim...")
 
m
Line 1: Line 1:
 
{{mirc title|$gmt Identifier}}'''$gmt''' return the current GMT time value in {{mIRC|$ctime}} format. $gmt also accept a parameter, a date of the same format as {{mIRC|$asctime}}.
 
{{mirc title|$gmt Identifier}}'''$gmt''' return the current GMT time value in {{mIRC|$ctime}} format. $gmt also accept a parameter, a date of the same format as {{mIRC|$asctime}}.
 +
  
 
== Synopsis ==
 
== Synopsis ==
Line 29: Line 30:
 
{{mIRC|$duration}}
 
{{mIRC|$duration}}
  
[[Category:MIRC identifiers]]
+
[[Category:mIRC identifiers|gmt]]

Revision as of 16:04, 20 September 2017

$gmt return the current GMT time value in $ctime format. $gmt also accept a parameter, a date of the same format as $asctime.


Synopsis

$gmt
$gmt(<date>)


Paramters

dateA date respecting the same format supported by $asctime, returns the corresponding GMT time from that date.

Properties

None

Example

//echo -a $gmt

Compatibility

Added: mIRC v5.5
Added on: 08 Jan 1999
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

$ticks $date $fulldate $time $timezone $asctime $duration