Skip to content

Commit

Permalink
Update for W13
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoitie committed Mar 5, 2024
1 parent d7e831b commit dd60339
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 18 deletions.
5 changes: 5 additions & 0 deletions src/data/changelog.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import moment from 'moment';

export default [{
date: moment('2024-03-05 00:00:00').utc(),
items: [
'Update to 2024S1W13',
],
}, {
date: moment('2023-12-12 00:00:00').utc(),
items: [
'Update to 2024S1',
Expand Down
36 changes: 18 additions & 18 deletions src/data/offWeeks.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
export default {
// Commented out series kept in here for when iRacing schedule next season, often with the same settings
// 374 │ 3598 │ IndyCar iRacing Series
// 3598: {
// offWeeks: [
// 1.1, 1.1, 2.1, 2.1, 3.1, 3.1, 4.1, 5.1, 8.1, 8.1, 9.1, 13.1, 14.1,
// ],
// },
// 512 │ 3974 | SCCA Runoffs - FR500
// 3974: {
// weekEndOffset: { days: 7 },
Expand Down Expand Up @@ -65,18 +59,6 @@ export default {
// 3.1, 3.1, 3.1, 3.1, 3.1, 3.1, 3.1, 3.1, 3.1, 3.1, 3.1, 3.1,
// ],
// },
// 495 │ 4222 │ Formula A - Grand Prix Tour | 2023-11-28
// 4222: {
// offWeeks: [
// 1.1, 2.1, 3.1, 3.1, 3.1, 5.1, 8.1, 9.1, 11.1, 13.1, 13.1, 13.1, 15.1, 17.1, 18.1, 21.1,
// ],
// },
// 496 │ 4223 │ Formula A - Grand Prix Tour - Fixed | 2023-11-28
// 4223: {
// offWeeks: [
// 1.1, 2.1, 3.1, 3.1, 3.1, 5.1, 8.1, 9.1, 11.1, 13.1, 13.1, 13.1, 15.1, 17.1, 18.1, 21.1,
// ],
// },
// 275 │ 4251 │ Nurburgring Endurance Championship | 2023-10-31
// 4251: {
// offWeeks: [
Expand Down Expand Up @@ -229,4 +211,22 @@ export default {
1.1, 2.1, 3.1, 4.1, 5.1, 6.1, 7.1,
],
},
// 495 │ 4828 │ Road │ C │ Formula A - Grand Prix Tour | 2024-12-10
4828: {
offWeeks: [
2.1, 3.1, 4.1, 5.1, 6.1, 8.1, 9.1, 12.1, 14.1, 14.1, 14.1, 16.1, 18.1, 18.1, 18.1, 21.1, 21.1,
]
},
// 496 │ 4829 │ Road │ C │ Formula A - Grand Prix Tour - Fixed │ 2024-12-10
4829: {
offWeeks: [
2.1, 3.1, 4.1, 5.1, 6.1, 8.1, 9.1, 12.1, 14.1, 14.1, 14.1, 16.1, 18.1, 18.1, 18.1, 21.1, 21.1,
]
},
// 374 │ 4831 │ Road │ C │ INDYCAR iRacing Series | 2024-09-17
4831: {
offWeeks: [
1.1, 2.1, 2.1, 2.1, 4.1, 5.1, 8.1, 9.1, 12.1, 12.1, 12.1, 15.1,
],
},
};

0 comments on commit dd60339

Please sign in to comment.