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 f6f686e commit 0ad4c11Copy full SHA for 0ad4c11
kraken/time_actions/common_time_functions.py
@@ -65,7 +65,7 @@ def get_container_name(pod_name, namespace, kubecli:KrknKubernetes, container_na
65
66
# krkn_lib
67
def skew_time(scenario, kubecli:KrknKubernetes):
68
- skew_command = "date --set "
+ skew_command = "date --date "
69
if scenario["action"] == "skew_date":
70
skewed_date = "00-01-01"
71
skew_command += skewed_date
0 commit comments