Tagged Questions
0
votes
1answer
197 views
CodeIgniter local timezone to GMT
i need help with multi timezone website in codeigniter.
config.php:
$config['time_reference'] = 'gmt';
date_default_timezone_set('UTC');
now when user want to see event(website is for events) it ...
2
votes
1answer
433 views
Are struct stat times GMT?
One of the fields in struct stat is st_mtime. I assume that is seconds since jan 1, 1970. Is that GMT or local time?
0
votes
1answer
312 views
How to get correct time for my website?
I need accurate time which my website should be able to access thru internet for synchronization. How can I do it? Should I ping some time server(by the way which one?) every 30 minutes?
Then how will ...
0
votes
1answer
291 views
Absolute GMT date on iPhone
I'm trying to get a date that represents noon GMT for a recurring local notification.
I need this local notification to fire at the exact moment to anyone using the app.
So far, I'm trying this:
...