[elm_datetime.c] Bug fix in calculating maximum days of a month - mktime() does the...
authorsumanth <sumanth.m@samsung.com>
Tue, 4 Jun 2013 09:38:20 +0000 (15:08 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 05:33:51 +0000 (14:33 +0900)
commit6f56de39a1c03f02d2291af109f8128c66be8850
tree4d7324988954df53fbffe54565ae2dc393d18468
parent37236c3df8e885ea5fc9da8a2420b9952e419efc
[elm_datetime.c] Bug fix in calculating maximum days of a month - mktime() does the month wrapping unnecessarily because of daylight saving mode in some locales.

Change-Id: Ica9df1da5da97dc4f830258bd5d4ea4b6255d727
src/lib/elm_datetime.c