Currenttime() & Currentdate()

BlitzMax Forums/BlitzMax Programming/Currenttime() & Currentdate()

Newbie(Posted 2007) [#1]
is there any way to tweak the currenttime() and currentdate() to show non-Euro standard and replace with other times zones such as US etc?


ninjarat(Posted 2007) [#2]
No commands for it. You'd have to write your own time shift routine.


Newbie(Posted 2007) [#3]
Thanks; what I thought.


FlameDuck(Posted 2007) [#4]
Oh, if you come up with either some working POSIX compliant time stamp (or UTC timestamp) code do share.


Newbie(Posted 2007) [#5]
I am working on it


degac(Posted 2007) [#6]
Try this thread

http://www.blitzbasic.com/Community/posts.php?topic=66191#740572


Newbie(Posted 2007) [#7]
@degac
Thanks :-)