SA-MP Forums Archive
Unix with leap year - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Unix with leap year (/showthread.php?tid=609716)



Unix with leap year - vannesenn - 15.06.2016

Hi guys,
Does exist function that will return Unix time but with leap year? Thanks!


Re: Unix with leap year - PrO.GameR - 15.06.2016

I use ctime plugin for that, as far as I know it works good enough, so why re-invent the wheel (probably with a couple hundred of bugs) by recreating a C++ library in pawn.
http://forum.sa-mp.com/showthread.ph...ighlight=ctime


Re: Unix with leap year - vannesenn - 16.06.2016

Thanks!