Quando se usa um nome de fuso horário, é necessário um espaço entre o nome e o resto do carimbo de data/hora.
2014-09-27 12:30:00.45 America/Los_Angeles
Nem todos os nomes de fuso horário são intercambiáveis, mesmo que informem a mesma hora durante uma determinada época do ano. Por exemplo, America/Los_Angeles informa o mesmo horário que UTC-7:00 durante o horário de verão (DST), mas informa o mesmo horário que UTC-8:00 fora do DST.
Se um fuso horário não for especificado, será usado o valor padrão, UTC.
Se o parâmetro time_zone_name for avaliado como NULL, essa função retornará NULL.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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)"]]