Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79f9818d authored by Tanguy Pruvot's avatar Tanguy Pruvot
Browse files

Fix build date info against locales

parent 7cf72ea5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ echo "ro.build.version.incremental=$BUILD_NUMBER"
echo "ro.build.version.sdk=$PLATFORM_SDK_VERSION"
echo "ro.build.version.codename=$PLATFORM_VERSION_CODENAME"
echo "ro.build.version.release=$PLATFORM_VERSION"
echo "ro.build.date=`date`"
echo "ro.build.date=`LANG=C date`"
if [ -z "$BUILD_UTC_DATE" ] ; then
    BUILD_UTC_DATE=`date +%s`
fi