We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c396d63 commit f7ba4e5Copy full SHA for f7ba4e5
datafusion/core/src/execution/context/mod.rs
@@ -1083,6 +1083,7 @@ impl SessionContext {
1083
let config_options = state.config().options().clone();
1084
drop(state);
1085
let now_udf = {
1086
+ // recreate the function so it captures the new time zone
1087
make_udf_function_with_config!(NowFunc, now, &ConfigOptions);
1088
now(&config_options)
1089
};
0 commit comments