Fix parsing datetimes with timezone not specified#17
Fix parsing datetimes with timezone not specified#17spicefather wants to merge 1 commit intoping:mainfrom
Conversation
|
Hi, I need this fix, can you kindly show me how I can implement this in my plugin or how do I download your version? Thanks so much before. |
The "plugin" is just a zip file containing the contents of the repo's |
|
Got this error message: |
|
Seems like you might be using the repo zip directly, you do need to unzip that and re-zip it as noted in my comment above. Once unzipped, go into the |
Thanks finally managed to make it work. Hopefully @ping would come by soon and implement the fix. |
This is an unofficial release. Changes: - Fix: Uses libbyapp.com domain rather than svc.overdrive.com which fixes ping#33 - Fix: Applied spicefather's fix for date time formats (see ping#17) Also includes unreleased changes by ping including the following - New: Rename a card - Fix: Use a regex validator instead of input mask for Libby setup code due to wonkiness, ref #14
Some books include datetimes in their metadata without a timezone specified, causing the plugin to fail to download them with the following log:
This change allows parsing these datetimes as though they are UTC.