You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/05/15 06:17:41 UTC

[royale-typedefs] 01/02: Revert "remove timezone to see if that helps"

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch release_practice
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git

commit 1ac3dfc9749306a71bad137ae055eadc5955d84b
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue May 14 23:16:00 2019 -0700

    Revert "remove timezone to see if that helps"
    
    This reverts commit e006533bf46658b8e2675563b88cc17ae031d9e2.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e687d1e..fd9cb02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
 
     <royale.compiler.version>0.9.6-SNAPSHOT</royale.compiler.version>
     <royale.build-tools.version>1.0.0</royale.build-tools.version>
-    <royale.swc-date>2/10/19 9:06</royale.swc-date>
+    <royale.swc-date>2/10/19 9:06 -0800</royale.swc-date>
 
     <git.executable>git</git.executable>
     <skipgpg>false</skipgpg>
@@ -320,7 +320,7 @@
                     <version>${royale.compiler.version}</version>
                     <extensions>true</extensions>
                     <configuration>
-                        <additionalCompilerOptions>-metadata.date="${royale.swc-date}";-metadata.dateFormat="MM/dd/yy HH:mm"</additionalCompilerOptions>
+                        <additionalCompilerOptions>-metadata.date="${royale.swc-date}";-metadata.dateFormat="MM/dd/yy HH:mm Z"</additionalCompilerOptions>
                     </configuration>
                 </plugin>
             </plugins>