treasure-data / digdag

Workload Automation System
https://www.digdag.io/
Apache License 2.0
1.3k stars 221 forks source link

--session should accept iso8601 #59

Closed danielnorberg closed 8 years ago

danielnorberg commented 8 years ago
digdag start test foobar --session "2016-04-19T17:22:58Z"
2016-04-19 10:23:11 -0700: Digdag v0.6.0
error: --session must be hourly, daily, now, "yyyy-MM-dd", or "yyyy-MM-dd HH:mm:SS" format: 2016-04-19T17:22:58Z
frsyuki commented 8 years ago

Accepting ISO 8601 sounds good idea. Let's do that. Do you also suggest removing support for yyyy-MM-dd HH:mm:SS format?

danielnorberg commented 8 years ago

I was only thinking of adding ISO 8601 support.

Do you want to remove the other format for some reason?