2022-08-18 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in PyPAD where resolution of datetimes could be
	incorrect.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-08-18 16:28:20 -04:00
parent 97ff4614b1
commit 4071607711
2 changed files with 12 additions and 7 deletions

View File

@@ -23236,3 +23236,6 @@
message when processing a 202 response.
* Added explicit processing for 201, 230, 401, 402, 403, 409, 431,
432, 433, 434, 501, 502, 503 and 530 returns in the CDDB parser.
2022-08-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in PyPAD where resolution of datetimes could be
incorrect.