get UTC time offline?
get UTC time offline?
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.
Re: get UTC time offline?
Code: Select all
Debug FormatDate("%hh:%ii:%ss", Date()); local time
Debug FormatDate("%hh:%ii:%ss", time_(0)); UTC
Re: get UTC time offline?
you help me a lot, thank you wilbert!wilbert wrote:Code: Select all
Debug FormatDate("%hh:%ii:%ss", Date()); local time Debug FormatDate("%hh:%ii:%ss", time_(0)); UTC