get UTC time offline?
Posted: Fri Jan 20, 2012 7:41 am
how can we get UTC time under macos?
http://www.purebasic.com
https://www.purebasic.fr/english/
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!wilbert wrote:Code: Select all
Debug FormatDate("%hh:%ii:%ss", Date()); local time Debug FormatDate("%hh:%ii:%ss", time_(0)); UTC