From WikiChip
Difference between revisions of "mirc/identifiers/$gmt"
(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: | + | [[Category:mIRC identifiers|gmt]] |
Revision as of 15:04, 20 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$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.