Page 1 of 1

get UTC time offline?

Posted: Fri Jan 20, 2012 7:41 am
by wy328
how can we get UTC time under macos?

Re: get UTC time offline?

Posted: Fri Jan 20, 2012 8:40 am
by wilbert

Code: Select all

Debug FormatDate("%hh:%ii:%ss", Date()); local time
Debug FormatDate("%hh:%ii:%ss", time_(0)); UTC

Re: get UTC time offline?

Posted: Fri Jan 20, 2012 8:45 am
by wy328
wilbert wrote:

Code: Select all

Debug FormatDate("%hh:%ii:%ss", Date()); local time
Debug FormatDate("%hh:%ii:%ss", time_(0)); UTC
you help me a lot, thank you wilbert!