MYSQL: current_timestamp() [GELÖST]
Re: MYSQL: current_timestamp()
Re: MYSQL: current_timestamp()
Florian Cheno
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: MYSQL: current_timestamp()
Re: MYSQL: current_timestamp()
ich werde es auf einem Testsystem prüfen.
Florian Cheno
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: MYSQL: current_timestamp()

Was mich aber mehr stört ist dass der Webspeicher und Dateicount nicht bei der Berechnung funktioniert:
viewtopic.php?p=50868#p50868
Re: MYSQL: current_timestamp()
so ein jungfräulich installierter Server mit Ubuntu 24 und Keyhelp:
Code: Select all
MariaDB [(none)]> SHOW VARIABLES LIKE '%time_zone%';
+------------------+--------+
| Variable_name | Value |
+------------------+--------+
| system_time_zone | CEST |
| time_zone | SYSTEM |
+------------------+--------+
2 rows in set (0,002 sec)
MariaDB [(none)]> select curtime();
+-----------+
| curtime() |
+-----------+
| 16:09:01 |
+-----------+
1 row in set (0,000 sec)
Code: Select all
timedatectl
Local time: Mi 2024-09-11 16:10:08 CEST
Universal time: Mi 2024-09-11 14:10:08 UTC
RTC time: Mi 2024-09-11 14:10:08
Time zone: Europe/Berlin (CEST, +0200)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
Florian Cheno
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: MYSQL: current_timestamp()
Bei mir leider nicht (warum auch immer):
Code: Select all
MariaDB [(none)]> SHOW VARIABLES LIKE '%time_zone%';
+------------------+--------+
| Variable_name | Value |
+------------------+--------+
| system_time_zone | UTC |
| time_zone | SYSTEM |
+------------------+--------+
2 rows in set (0.001 sec)
MariaDB [(none)]> select curtime();
+-----------+
| curtime() |
+-----------+
| 14:11:08 |
+-----------+
1 row in set (0.000 sec)
Code: Select all
Local time: Wed 2024-09-11 16:13:19 CEST
Universal time: Wed 2024-09-11 14:13:19 UTC
RTC time: Wed 2024-09-11 14:13:19
Time zone: Europe/Berlin (CEST, +0200)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
Re: MYSQL: current_timestamp() [GELÖST]
