I keep having to reach for another library to parse these, and then convert them to local time timestamps. I'd much rather just include the one library. Additionally, it's confusing that parse-timestring and parse-rfc3399-timestring do essentially the same thing. I originally thought that parse-timestring was the more generic function that would handle any timestring the library knew about.
Maybe, someday, I'll take a stab at a PR, but time is complicated and so I'm going to leave this here until that day.
I keep having to reach for another library to parse these, and then convert them to local time
timestamps. I'd much rather just include the one library. Additionally, it's confusing thatparse-timestringandparse-rfc3399-timestringdo essentially the same thing. I originally thought thatparse-timestringwas the more generic function that would handle any timestring the library knew about.Maybe, someday, I'll take a stab at a PR, but time is complicated and so I'm going to leave this here until that day.