GMLscripts.com

Discuss and collaborate on GML scripts
Invert

You are not logged in.

#1 Script Submission » Convert UNIX time to GMS time » 2015-09-30 04:05:06

Dmitry
Replies: 1
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

Board footer

Powered by FluxBB