Skip to content

Conversation

nliviu
Copy link

@nliviu nliviu commented Nov 16, 2018

When doing eg. Timer.fmt('%H', Timer.now()) the resulting string is .
Test code:

    let now = Timer.now();
    let hour = Timer.fmt("%H", now);
    print('++++', JSON.stringify({hour: hour}));

Original Timer.fmt output:

{"hour":"  "}

Modified:

{"hour":"20"}

When doing eg. `Timer.fmt('%H', Timer.now())` the resulting string is `  `.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant