Skip to content

Commit 43cea11

Browse files
Merge pull request #72 from linkedconnections/development
v2.1.2
2 parents 8d58e61 + bc50c7a commit 43cea11

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/Gtfsrt2LC.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class Gtfsrt2LC {
187187
ncu: await this.getStop(completedUpdates[j + 1].stopId),
188188
pdIndex,
189189
startTime: format(tripStartTime, 'H:mm:ss'),
190-
startDate,
190+
startDate: format(serviceDay, 'YYYYMMDD'),
191191
departureDelay,
192192
arrivalDelay,
193193
type

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gtfsrt2lc",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Converts the GTFS-RT to Linked Connections",
55
"main": "./Gtfsrt2LC.js",
66
"bin": {

0 commit comments

Comments
 (0)