Skip to content

Commit

Permalink
fix date format in gantt chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 22, 2023
1 parent f535355 commit 86af225
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions 2023/09.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

```mermaid
gantt
1 month before the meeting: milestone, 2023-08-26 10:00 +0900, 1m
Proposal advancement deadline : milestone, 2023-09-16 10:00 +0900, 1m
Day 1 : day1, 2023-09-26 10:00 +0900, 7h
Day 2 : day2, 2023-09-27 10:00 +0900, 7h
Day 3 : day3, 2023-09-28 10:00 +0900, 7h
1 month before the meeting: milestone, 2023/08/26 10:00 +0900, 1m
Proposal advancement deadline : milestone, 2023/09/16 10:00 +0900, 1m
Day 1 : day1, 2023/09/26 10:00 +0900, 7h
Day 2 : day2, 2023/09/27 10:00 +0900, 7h
Day 3 : day3, 2023/09/28 10:00 +0900, 7h
todayMarker stroke-width:5px,stroke:#0f0,opacity:0.5
```

Expand Down
12 changes: 6 additions & 6 deletions template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

```mermaid
gantt
1 month before the meeting: milestone, 1969-12-01 10:00 +0000, 1m
Proposal advancement deadline : milestone, 1969-12-22 10:00 +0000, 1m
Day 1 : day1, 1970-01-01 10:00 +0000, 7h
Day 2 : day2, 1970-01-02 10:00 +0000, 7h
Day 3 : day3, 1970-01-03 10:00 +0000, 7h
Day 4 : day4, 1970-01-04 10:00 +0000, 7h
1 month before the meeting: milestone, 1969/12/01 10:00 +0000, 1m
Proposal advancement deadline : milestone, 1969/12/22 10:00 +0000, 1m
Day 1 : day1, 1970/01/01 10:00 +0000, 7h
Day 2 : day2, 1970/01/02 10:00 +0000, 7h
Day 3 : day3, 1970/01/03 10:00 +0000, 7h
Day 4 : day4, 1970/01/04 10:00 +0000, 7h
todayMarker stroke-width:5px,stroke:#0f0,opacity:0.5
```

Expand Down

0 comments on commit 86af225

Please sign in to comment.