Skip to content

Commit d255a8a

Browse files
authored
Update now.sql (#98)
1 parent 6afc792 commit d255a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/calendar_date/now.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{%- macro now(tz=None) -%}
2-
{{ dbt_date.convert_timezone(current_timestamp(), tz) }}
2+
{{ dbt_date.convert_timezone(dbt.current_timestamp(), tz) }}
33
{%- endmacro -%}

0 commit comments

Comments
 (0)