ueffel / Keypirinha-Time

Provides command to convert and format datetime strings
MIT License
14 stars 0 forks source link

Time creates some exceptions #2

Closed DrorHarari closed 5 years ago

DrorHarari commented 5 years ago

Time creates some exceptions. For example entering 123:

time-exceptions

I would have expected typing smaller numbers (including 0) to show me the epoch time (or later).

ueffel commented 5 years ago

hm. Well the timestamps don't work well if they are smaller than 86400. Maybe I should do a bit more exception handling...