Time Zones in MySQL

Trying to figure out the relationship between timezones and MySQL. I'm thinking that MySQL just stores DATETIMEs as raw. That is, I tell it "2002-02-02 08:08:08" and that's it, with no timezone information to it at all. This makes me miss Java and Oracle.

Popular posts from this blog

Lists and arrays in Dart

Converting Array to List in Scala

Null-aware operators in Dart