Change timezone format from GMT to timezone path. 66/104566/4
authorRadoslaw Czerski <r.czerski@samsung.com>
Thu, 29 Dec 2016 09:10:59 +0000 (10:10 +0100)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Wed, 4 Jan 2017 13:04:21 +0000 (05:04 -0800)
commit0a358fece0617a5f53f9f60de29e71fafd7379c1
treea244770bc950cd892156ce067ee2f90d85b3c328
parenta697fb1299c83f777948f5a00b5ee176d8aa7977
Change timezone format from GMT to timezone path.

Timezones are used to get local time.
This change makes time functions to take into account DST.
Timezone path is retrieved from libug-worldclock-efl app.

Change-Id: If9cf9d5e9f2b13229175b3ec034d36ea8f8eabae
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
clock/inc/Model/Location.h
clock/inc/Model/WorldClock.h
clock/src/Model/WorldClock.cpp
clock/src/View/WorldClockDeleteItemsView.cpp
clock/src/View/WorldClockReorderView.cpp
clock/src/View/WorldClockView.cpp