Skip to content

Commit

Permalink
Update now.sql (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
GtheSheep authored Dec 30, 2022
1 parent 6afc792 commit d255a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/calendar_date/now.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{%- macro now(tz=None) -%}
{{ dbt_date.convert_timezone(current_timestamp(), tz) }}
{{ dbt_date.convert_timezone(dbt.current_timestamp(), tz) }}
{%- endmacro -%}

0 comments on commit d255a8a

Please sign in to comment.