|
3 |
Made question title more explicit; [made Community Wiki]
|
||
Why does DateTime::Format::W3CDTF return 0 for Europe/London dates outside of British Summer Time? |
||||
|
2 | added 2 characters in body; edited title | ||
timezone issues when using Why does DateTime::Format::W3CDTF return 0 for dates outside of British Summer Time?Ever since British Summer Time ended in the UK last week my application has been seeing a very interesting bug. Here's an isolated perl Perl script which demonstrates the issue:
The output of this is:
Notice that for dates which fall outside of BST the W3C formatter is rendering them as '0'. This is an issue for me because a 3rd third party library which we use is using DateTime::Format::W3CDTF to format paramters during a SOAP call. Because the formatting is failing the calls are failing. Anyone have any clues? I'm no perl Perl guru so any help would be really appreciated. Could this be a bug in the DateTime::Format::W3CDTF library? |
||||
|
1 |
|
||
timezone issues when using DateTime::Format::W3CDTFEver since British Summer Time ended in the UK last week my application has been seeing a very interesting bug. Here's an isolated perl script which demonstrates the issue:
The output of this is:
Notice that for dates which fall outside of BST the W3C formatter is rendering them as '0'. This is an issue for me because a 3rd party library which we use is using DateTime::Format::W3CDTF to format paramters during a SOAP call. Because the formatting is failing the calls are failing. Anyone have any clues? I'm no perl guru so any help would be really appreciated. Could this be a bug in the DateTime::Format::W3CDTF library?
|
||||
