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

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

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