Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Udo T.
.
Toggle Highlighting
SQL
SET @timestamp_str = '2024-12-11 10:00:00'; -- Konvertieren Sie den Zeitstempel in das interne Format SET @timestamp = DATE_FORMAT(STR_TO_DATE(@timestamp_str, '%Y-%m-%d %H:%i:%s'), '%Y%m%d%H%i00'); select now(), convert_tz(now(), '+00:00','+01:00'); select now(), convert_tz(now(), '+01:00','+00:00');
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...