Difference between revisions of "GetUTCDateTime"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:General_Functions]]
 
[[Category:General_Functions]]

+
{{HelpFiles}}
  
 
====getUTCDateTime====
 
====getUTCDateTime====

Revision as of 10:38, 12 December 2011



getUTCDateTime

Return user UTC time based on inputted time zone.

Syntax

getUTCDateTime(date)

Arguments

date: is a date with type of array

Return type

array

Examples

array a = {2008,12,12,12,12,12,11, 50,11};

print(getUTCDateTime(a));

// Expected result: {2008,12,13,0,12,12,11,50,0}

Availability

Version 5.6