James Cunningham

Results 2 issues of James Cunningham

Yeah, it's a weird one. Here's code to reproduce: ```javascript const start = moment.tz('2017-11-01T01:00:00', 'America/Chicago'); const end = moment.tz('2017-11-10T00:55:00', 'America/Chicago'); while (start.isBefore(end)) { start.add(5, 'minutes') .round(5, 'minutes'); this.logger.info(start.format()); } ```...

Hi there, just started using the CLI on linux and had a question that I couldn't find an answer to in the documentation: I'm unclear on the behavior of `pluralith...

enhancement