How to store time with timezone infomation in mysql datetime column? – Shopify
Currently, I have this time stamp from shopify api (2018-12-16T17:36:29+11:00) that I need to store in a datetime field in mysql. 1st question: What exactly 2018-12-16T17:36:29+11:00 means? date: 2018-12-16, time: 17:36:29, timezone: +11:00????? 2nd question: If I want to store…