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
To do this task right, I think the grammar needs to be modified so that DATE, TIME, and DATE_TIME are grammar rules rather than tokens, unless I can find out how to access the nested tokens from the visitor level.
Basically, what it comes down to is that in order to properly implement visitDate_time_value I think I am going to have to do a lot of string matching that should automatically happen in the grammar. Maybe I just don't get how to use it fully yet.
Add support for date, time and datetime labels
https://github.com/godber/pds3label/blob/master/test/data/dates.lbl
Datetime strings in the PDS label should be returned as Python Datetime objects.
The text was updated successfully, but these errors were encountered: