Hello,
I'm running a game site and I need to reset the server by finding the current Central Time. I used the following code, but this one only find the local time and it goes by your computer time:
my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
I need to find Central Time. Anybody knows?
I'm running a game site and I need to reset the server by finding the current Central Time. I used the following code, but this one only find the local time and it goes by your computer time:
my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
I need to find Central Time. Anybody knows?