Commit 3dbb5263 authored by Frederik Gladhorn's avatar Frederik Gladhorn Committed by Thiago Macieira
Browse files

Fix regression in time zone handling

In QtScript we use the msecs since epoch conversion (JS date is based on
the concept). After a8c74ddc

 the date
conversion test in qtscript started to fail. Instead of relying on the
code working by chance, simply update the date when setting it with
setMSecsSinceEpoch.

Task-number: QTBUG-44885
Change-Id: I9f95c9cdccea52e7d1f808f3cb9e18570ef0df13
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
Showing with 1 addition and 12 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment