Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime-Format-MSSQL CPAN distribution.

Report information
The Basics
Id: 92844
Status: resolved
Priority: 0/
Queue: DateTime-Format-MSSQL

People
Owner: Nobody in particular
Requestors: stesin [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.000000
Fixed in: (no value)



Subject: timezone?
How to specify timezone when creating $dt from MSSQL DATETIME string? Thanks!
On Sat Feb 08 03:50:06 2014, stesin@gmail.com wrote: Show quoted text
> How to specify timezone when creating $dt from MSSQL DATETIME string? > Thanks!
Fixed in latest release: DateTime::Format::MSSQL->new( time_zone => 'America/Chicago', )->parse_datetime($str)