We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afc792 commit d255a8aCopy full SHA for d255a8a
macros/calendar_date/now.sql
@@ -1,3 +1,3 @@
1
{%- macro now(tz=None) -%}
2
-{{ dbt_date.convert_timezone(current_timestamp(), tz) }}
+{{ dbt_date.convert_timezone(dbt.current_timestamp(), tz) }}
3
{%- endmacro -%}
0 commit comments