Jump to content
  • 1

os date online


MANDO01

Question

3 answers to this question

Recommended Posts

Posted
3 minutes ago, HEROGAMEOfficial said:
local a = gg.makeRequest('https://www.whatismyip.org')
a = a and a.date and ('' .. a.date):gsub('000.0', '') + 0
a = a and os.date(nil, a)
print(a)

 

good, i remember i have built my own api to serve timestamp xD, but you can just get it from the http header xD

Posted
8 hours ago, HEROGAMEOfficial said:
local a = gg.makeRequest('https://www.whatismyip.org')
a = a and a.date and ('' .. a.date):gsub('000.0', '') + 0
a = a and os.date(nil, a)
print(a)

 

Thanks bro

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.