flangefrog Posted June 26, 2014 Report Posted June 26, 2014 PDF invoice dates for blesta users in certain time zones are not correct. For example, in a UTC+12 timezone an invoice created on the 25th would show it was created on the 24th on the PDF. N/A admin/clients/viewinvoice/ N/A Blesta 3.2.1, PHP 5.5.13 I was playing around with this issue today and implemented a temporary fix. The model supplies the dates in UTC, and when they are displayed in the admin area they are converted to the correct timezone by the date helper. The PDF invoice template however does not use the date helper or any substitute and thus does not show the date in the correct timezone. Refer to http://www.blesta.com/forums/index.php?/topic/1977-invoice-dates-incorrect/
flangefrog Posted August 15, 2014 Author Report Posted August 15, 2014 Bump... Has a fix been added to the core yet?
Paul Posted August 15, 2014 Report Posted August 15, 2014 I don't see a task for it, and I was able to duplicate. CORE-1368 Thanks for the report! flangefrog 1
Recommended Posts