get UTC time offline?

Mac OSX specific forum
wy328
User
User
Posts: 18
Joined: Sun Jan 15, 2012 3:08 am

get UTC time offline?

Post by wy328 »

how can we get UTC time under macos?
Last edited by wy328 on Fri Jan 20, 2012 8:43 am, edited 1 time in total.
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3870
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: get UTC time offline?

Post by wilbert »

Code: Select all

Debug FormatDate("%hh:%ii:%ss", Date()); local time
Debug FormatDate("%hh:%ii:%ss", time_(0)); UTC
wy328
User
User
Posts: 18
Joined: Sun Jan 15, 2012 3:08 am

Re: get UTC time offline?

Post 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!
Post Reply