дата в mysql

dalaylama

Новичок
дата в mysql

подскажите откуда mysql берёт дату и время,
проблема в том что системное время не совсем( разница в 5 часов) совпадает с тем что выдаёт now()
OS linux
 

lucas

Guest
Это?

Note that the query also selects records with dates that lie in the future.

Functions that expect date values usually accept datetime values and ignore the time part. Functions that expect time values usually accept datetime values and ignore the date part.

Functions that return the current date or time each are evaluated only once per query at the start of query execution. This means that multiple references to a function such as NOW() within a single query always produce the same result. This principle also applies to CURDATE(), CURTIME(), UTC_DATE(), UTC_TIME(), UTC_TIMESTAMP(), and to any of their synonyms.

Beginning with MySQL 4.1.3, the CURRENT_TIMESTAMP(), CURRENT_TIME(), CURRENT_DATE(), and FROM_UNIXTIME() functions return values in the connection's current time zone, which is available as the value of the time_zone system variable. Also, UNIX_TIMESTAMP() assumes that its argument is a datetime value in the current time zone. See Section 5.9.8, “MySQL Server Time Zone Support”.
(c) http://dev.mysql.com/doc/mysql/en/date-and-time-functions.html
 

dalaylama

Новичок
>может быть, они на разных серверах?
в тои -то и дело что на одном

>Это?
это я читал

макимум что нашёл в документации:"...извлекает время..."
ни как ни откуда не ясно
 

Фанат

oncle terrible
Команда форума
dalaylama, если на одном, то, по-моему, у тебя глюки.
 

lucas

Guest
<telepat mode=on вопрос=наводящий>
"Системное время" какого компьютера?
 

dalaylama

Новичок
так всё таки, Фанат, внеси ясность
#clock и mysql now() должны совпадать?

-~{}~ 21.06.05 13:35:

>"Системное время" какого компьютера?
того на котором стоит mysql
 
Сверху