You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseDateMathException("""Timeunit: "{0}" is not valid. If you are trying to specify 'now' after timestamp (i.e. 2016-01-01||now/d) that is not valid. Please try 2016-01-01||/d instead""".format(c))
69
70
else:
70
-
raiseDateMathException("Not a valid offset: {0}".format(c))
71
+
raiseDateMathException("Not a valid timeunit: {0}".format(c))
0 commit comments