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
Additional context date --date="1day" "+%s000" worked for me
$ date --version
date (GNU coreutils) 8.28
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David MacKenzie.
The text was updated successfully, but these errors were encountered:
Describe the bug
https://github.com/buildkite/elastic-ci-stack-for-aws/blame/master/utils/log-collector#L75
it seems
-v-1d
is a BSD/OSX syntax and not supported by the GNUdata
, https://man7.org/linux/man-pages/man1/date.1.htmlSteps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Exit code 0
Actual behaviour
Stack parameters (please complete the following information):
Additional context
date --date="1day" "+%s000"
worked for meThe text was updated successfully, but these errors were encountered: