Skip to content

Commit

Permalink
Merge pull request #472 from Nagumo-7960/fix_day_label_on_timetable
Browse files Browse the repository at this point in the history
fix day label on timetable
  • Loading branch information
takahirom authored Aug 14, 2023
2 parents d0c67b9 + 0563ef4 commit 772cbfd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public enum class DroidKaigi2023Day(
.toInstant(TimeZone.of("UTC+9")),
),
Day2(
day = 1,
day = 2,
dayOfMonth = 15,
start = LocalDateTime
.parse("2023-09-15T00:00:00")
Expand All @@ -34,7 +34,7 @@ public enum class DroidKaigi2023Day(
.toInstant(TimeZone.of("UTC+9")),
),
Day3(
day = 1,
day = 3,
dayOfMonth = 16,
start = LocalDateTime
.parse("2023-09-16T00:00:00")
Expand Down

0 comments on commit 772cbfd

Please sign in to comment.