performance - Is timestamp in mysql cached when retrieved in different timezones? -


in mysql 5.6 manual, says:

mysql converts timestamp values current time zone utc storage, , utc current time zone retrieval.

but if have different connections different timezones, timestamp value cached?

according oz_ here:

another 1 difference: queries "native" datetime not cached, queries timestamp - be. – oz_ apr 28 '11 @ 17:37

but cannot find confirmation of googling, , doesn't provide link.


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -