SkTime: return timezone information; format in ISO-8601
authorhalcanary <halcanary@google.com>
Fri, 1 May 2015 14:06:23 +0000 (07:06 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 1 May 2015 14:06:23 +0000 (07:06 -0700)
commit0b9d4118ba4f3f1190c063492894e324c63e8fd8
treed7b7faaa33d11420c02097b1653d08871f845f98
parentd309e7aa0efa2d5dd7e7b1af97026fcd3a047e98
SkTime: return timezone information; format in ISO-8601

Motivation: PDF/A metadata will need the creation date embedded in it.

Also, GetDateTime returns local time in Win32.  This now behaves the
same as on Unix systems.

BUG=skia:3110

Review URL: https://codereview.chromium.org/1109593002
gyp/core.gypi
include/core/SkTime.h
src/core/SkTime.cpp [new file with mode: 0644]
src/ports/SkTime_Unix.cpp
src/ports/SkTime_win.cpp
tests/Time.cpp