We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d3386 commit 00c6b34Copy full SHA for 00c6b34
kadi/commands/core.py
@@ -1286,4 +1286,4 @@ def set_time_now(date):
1286
"""
1287
from ska_helpers.utils import temp_env_var
1288
1289
- return temp_env_var("CXOTIME_NOW", date)
+ return temp_env_var("CXOTIME_NOW", CxoTime(date).date)
0 commit comments