メインコンテンツまでスキップ
バージョン: Candidate-4.1

current_timestamp

現在のタイムゾーンを取得し、VARCHAR 値を返します。

Syntax

VARCHAR CURRENT_TIMEZONE()

Examples

MySQL > select current_timezone();
+---------------------+
| current_timezone() |
+---------------------+
| America/Los_Angeles |
+---------------------+
Rocky the happy otterStarRocks Assistant

AI generated answers are based on docs and other sources. Please test answers in non-production environments.