[Title] converting AM/PM to 24 Hour build id in about dialog
authorgiwoong.kim <giwoong.kim@samsung.com>
Fri, 14 Sep 2012 04:55:58 +0000 (13:55 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Fri, 14 Sep 2012 04:55:58 +0000 (13:55 +0900)
[Type] release
[Module] Emulator / skin
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/skin/client/build.xml

index bebeec7..47fa893 100644 (file)
@@ -30,7 +30,7 @@
        <target name="make-properties">
                <echo message="make properties..." />
                <tstamp>
-                       <format property="build_time" pattern="yyyyMMdd-hhmm" timezone="GMT+9" locale="en" />
+                       <format property="build_time" pattern="yyyyMMdd-HHmm" timezone="GMT+9" locale="en" />
                </tstamp>
                <exec executable="cat" outputproperty="version">
                        <arg value="../../VERSION" />