We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd17c6e commit 903db9eCopy full SHA for 903db9e
source/views/transportation/bus/lib/parse-time.js
@@ -4,6 +4,8 @@ const TIME_FORMAT = 'h:mma'
4
const TIMEZONE = 'America/Winnipeg'
5
import moment from 'moment-timezone'
6
7
+// TODO: Do "dayOfYear" handling better so that we don't need to handle wrapping at
8
+// the 6 month mark. (See #3375 for why this function changed.)
9
export const parseTime = (now: moment) => (
10
time: string | false,
11
): null | moment => {
0 commit comments