24.11.2014, 09:39
Oh sorry, I misread what you needed. Did some research and found this, using SQL.
select FROM_UNIXTIME(UNIX_TIMESTAMP(),'%a %b %d %H:%i:%s UTC %Y');
According to the website, this would output the following format: 'Wed Feb 05 05:36:16 UTC 2014'
Look here for further: http://stackoverflow.com/questions/2...atetime-format
select FROM_UNIXTIME(UNIX_TIMESTAMP(),'%a %b %d %H:%i:%s UTC %Y');
According to the website, this would output the following format: 'Wed Feb 05 05:36:16 UTC 2014'
Look here for further: http://stackoverflow.com/questions/2...atetime-format

