Skip to content

Commit f7ba4e5

Browse files
committed
chore
1 parent c396d63 commit f7ba4e5

File tree

1 file changed

+1
-0
lines changed
  • datafusion/core/src/execution/context

1 file changed

+1
-0
lines changed

datafusion/core/src/execution/context/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,6 +1083,7 @@ impl SessionContext {
10831083
let config_options = state.config().options().clone();
10841084
drop(state);
10851085
let now_udf = {
1086+
// recreate the function so it captures the new time zone
10861087
make_udf_function_with_config!(NowFunc, now, &ConfigOptions);
10871088
now(&config_options)
10881089
};

0 commit comments

Comments
 (0)