Bei Verwendung eines Zeitzonennamens ist zwischen dem Namen und dem Rest des Zeitstempels ein Leerzeichen erforderlich:
2014-09-27 12:30:00.45 America/Los_Angeles
Beachten Sie, dass nicht alle Zeitzonennamen austauschbar sind, auch wenn sie während eines bestimmten Jahresabschnitts die gleiche Zeit wiedergeben. Zum Beispiel gibt America/Los_Angeles während der Sommerzeit die gleiche Zeit an wie UTC-7:00, aber in der Winterzeit wie UTC-8:00.
Wenn keine Zeitzone angegeben ist, wird der Standardzeitzonenwert UTC verwendet.
Wenn der Parameter time_zone_name als NULL ausgewertet wird, gibt diese Funktion NULL zurück.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-30 (UTC)."],[],[],null,["CURRENT_DATETIME\n================\n\nReturns the current date and time according to the specified or default timezone.\n\nSample usage\n------------\n\n`CURRENT_DATETIME()` \n\n`CURRENT_DATETIME(\"America/Los_Angeles\")`\n\nSyntax\n------\n\n`CURRENT_DATETIME([`\u003cvar translate=\"no\"\u003etime_zone_name\u003c/var\u003e`])`\n\n### Parameters\n\n- \u003cvar translate=\"no\"\u003etime_zone_name\u003c/var\u003e - Optional. A text field or an expression that represents the time zone.\n\n#### Time zone name\n\nA time zone name is a tz identifier from the\n[tz database](http://www.iana.org/time-zones).\n\nFor a less comprehensive but simpler reference, see the\n[List of tz database time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)\non Wikipedia.\n\nExamples: \n\n America/Los_Angeles\n America/Argentina/Buenos_Aires\n Etc/UTC\n Pacific/Auckland\n\nWhen you use a time zone name, a space is required between the name and the rest\nof the timestamp: \n\n 2014-09-27 12:30:00.45 America/Los_Angeles\n\nNote that not all time zone names are interchangeable even if they report the\nsame time during a given part of the year. For example,\n`America/Los_Angeles` reports the same time as `UTC-7:00` during daylight\nsaving time (DST), but it reports the same time as `UTC-8:00` outside of DST.\n\nIf a time zone isn't specified, the default time zone value, UTC, is used.\n\nIf the \u003cvar translate=\"no\"\u003etime_zone_name\u003c/var\u003e parameter evaluates to `NULL`, this function returns `NULL`.\n\nReturn data type\n----------------\n\nDate \\& Time\n\nExamples\n--------\n\nNotes\n-----\n\nThis function is not available for [compatibility mode date types](/looker/docs/studio/dates-and-times#date_time_compatibility_mode).\n\nRelated resources\n-----------------\n\n- [Dates and times](/looker/docs/studio/dates-and-times)\n- [Calculated fields](/looker/docs/studio/about-calculated-fields)\n- [Looker Studio function list](/looker/docs/studio/function-list)"]]