Skip to content

Commit 9c5faac

Browse files
Okuro3499dogi
andauthored
all: smoother timeUtils.kt date format (fixes #6386) (#6387)
Co-authored-by: dogi <[email protected]>
1 parent 6fd92e0 commit 9c5faac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "org.ole.planet.myplanet"
1111
minSdk = 26
1212
targetSdk = 35
13-
versionCode = 2730
14-
versionName = "0.27.30"
13+
versionCode = 2731
14+
versionName = "0.27.31"
1515
ndkVersion = '26.3.11579264'
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
vectorDrawables.useSupportLibrary = true

app/src/main/java/org/ole/planet/myplanet/utilities/TimeUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object TimeUtils {
1919
}
2020

2121
private val dateTimeFormatter by lazy {
22-
DateTimeFormatter.ofPattern("EEE dd, MMMM yyyy , hh:mm aa", defaultLocale)
22+
DateTimeFormatter.ofPattern("EEE dd, MMMM yyyy , hh:mm a", defaultLocale)
2323
.withZone(ZoneId.systemDefault())
2424
}
2525

0 commit comments

Comments
 (0)