Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alert start/end periods are incorrect #30

Closed
4 tasks done
Katsute opened this issue Mar 6, 2022 · 2 comments · Fixed by #31
Closed
4 tasks done

Alert start/end periods are incorrect #30

Katsute opened this issue Mar 6, 2022 · 2 comments · Fixed by #31
Assignees
Labels
bug mta-bus Bus related issues and features mta-lirr Long Island Railroad related issues and features mta-mnr Metro North Railroad related issues and features mta-subway Subway related issues and features

Comments

@Katsute
Copy link
Member

Katsute commented Mar 6, 2022

Prerequisites

  • I have checked that no other similar issue already exists.
  • I have checked that this issue is actually a bug and not a feature.
  • I have checked discussions.
  • I have checked the documentation.

Operating System

Windows 10

Java Version

Java 17

Release Version

1.0.2

Issue

Same issue as #23, multiply this time number by 1000 to fix it.

private final Long start = requireNonNull(timeRange::getStart);
private final Long end = requireNonNull(timeRange::getEnd);

Code

No response

@Katsute Katsute added bug mta-subway Subway related issues and features mta-bus Bus related issues and features mta-mnr Metro North Railroad related issues and features mta-lirr Long Island Railroad related issues and features labels Mar 6, 2022
@Katsute Katsute self-assigned this Mar 6, 2022
@Katsute
Copy link
Member Author

Katsute commented Mar 6, 2022

@sinon-bot branch fix gtfs alert time

@ghost
Copy link

ghost commented Mar 6, 2022

New branch created fix-gtfs-alert-time@21027fb

This branch was created by @Katsute.

Katsute added a commit that referenced this issue Mar 6, 2022
Katsute added a commit that referenced this issue Mar 7, 2022
@ghost ghost locked and limited conversation to collaborators Mar 7, 2022
Katsute added a commit that referenced this issue Jul 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug mta-bus Bus related issues and features mta-lirr Long Island Railroad related issues and features mta-mnr Metro North Railroad related issues and features mta-subway Subway related issues and features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant