Quantcast
Channel: Getting timezones with a TIMESTAMP field in PHP/MySQL - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by leepowers for Getting timezones with a TIMESTAMP field in PHP/MySQL

First off, if you have a solution to a programming problem here's my advice: USE IT. Don't worry about convincing the stackoverflow peanut gallery about the correctness of your solution. That having...

View Article



Answer by mauris for Getting timezones with a TIMESTAMP field in PHP/MySQL

strtotime() in PHP is a way to pass database datetime format into a UNIX epoch timestamp in PHP. It reads understandable and standard formats and converts into UNIX epoch timestamp, which can be later...

View Article

Answer by jspcal for Getting timezones with a TIMESTAMP field in PHP/MySQL

if I could pass "2010-01-06 23:17:28" into this date("m:d:y h:i:s A",$time_stamp)maybe with: date('m:d:y h:i:s A', strtotime('2010-01-06 23:17:28'))

View Article

Getting timezones with a TIMESTAMP field in PHP/MySQL

I am totally 100% stuck on this, no answer ever given for timezone support in PHP/MySQL has worked 100% for me, so I am asking the question again on here in as much detail as I possibly can with code...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images