Modify ↓
Ticket #214 (new enhancement)
allow Strings for all UTCDateTime args/kwargs
| Reported by: | megies | Owned by: | |
|---|---|---|---|
| Priority: | minor | Component: | ObsPy library |
| Keywords: | Cc: |
Description
I vote for making all starttime/endtime/min_datetime/.. type args and kwargs accept Strings in addition to UTCDateTime objects (and of course note this in the docstrings). Sometimes we already have this and its pretty annoying in a quick interactive session to run into errors and then have to import UTCDateTime and make such an object manually...
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

-1 - mainly for performance reasons and it does not follow the KISS principle