GMLscripts.com

Discuss and collaborate on GML scripts
Invert

You are not logged in.

#1 2015-09-30 04:05:06

Dmitry
Member
Registered: 2015-09-30
Posts: 1

Convert UNIX time to GMS time

Expand/// date_timestamp(timestamp)
// Convert UNIX time to GMS time

var t = date_inc_second(25569+1, argument0);
return date_inc_day(t, -1);

+1 and -1 needed because GMS have a bug http://bugs.yoyogames.com/view.php?id=14811

Offline

#2 2015-10-03 19:09:09

xot
Administrator
Registered: 2007-08-18
Posts: 1,240

Re: Convert UNIX time to GMS time

Great idea for a script!


Abusing forum power since 1986.

Offline

Board footer

Powered by FluxBB