Relative Content

Tag Archive for mysqlmariadbiso8601

Is possible to insert a utc iso 8601 timestamp with timezone in mariadb?

To be clear: I do not need the database to remember the timezone of the timestamp, (in fact I want all data in the DB to be stored at UTC), however I would really like to insert my data as ISO 8601 timestamps to remove any ambiguity about how MariaDB needs to interpret the data we’re inserting.