[08:08:42] <ThiefMaster> for building dev wheels i'm automatically adding the commit hash and a timestamp to the `+` part of my package version, e.g. `v2.3-dev+20200824.1127.76d9e0fd07`. however, i just noticed that `+20200825-0950.a815734192` resulted in a wheel filename with `20200825.950.a815734192`, i.e. the leading zero in the time part got stripped off. is this intended? i don't think it was like this before but
[08:08:42] <ThiefMaster> maybe i never build before 10am before... if it is intended i guess i can just remove the separator between date and time