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
Although implemented specifically for saving downloads of setup.ini, it's generalized so also applies to package downloads. Previously we just relied on hash md5 changes for deciding on whether to download or not. (Ideally, we should also be relying on hash check of setup.ini. I don't think that's implemented upstream either though(?) If not, that should be done too.)
The new functions:
+ url_time_to_dateime: Convert "last-modified" web server header to a python datetime object
+ datetime_to_unixtime: Convert a datetime object to unix UTC time
... are not robust, and likely susceptible to differences in locale syntax. I [asked SO for an idiomatic approach][0], but no solutions yet. I've spent about 8 hours on these few lines; date and time is hard! I'll be very surprised if there no bugs in this change set.
No description provided.
The text was updated successfully, but these errors were encountered: