Welcome Guest, Not a member yet? Register   Sign In
need the number of seconds since....
#2

AWS recommends storing dates in ISO 8601:
https://docs.aws.amazon.com/amazondynamo....DataTypes
http://en.wikipedia.org/wiki/ISO_8601

2016-02-15
2015-12-21T17:42:34Z
20150311T122706Z

http://php.net/manual/en/class.datetime.php
http://php.net/manual/en/datetime.createfromformat.php
PHP Code:
echo DateTime::createFromFormat(DateTime::ATOM,'2015-12-21T17:42:34Z')->format('U'); 
Reply


Messages In This Thread
RE: need the number of seconds since.... - by jreklund - 08-14-2018, 12:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB