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

Fix NOW pseudo-global to support date/time format #122

Merged
merged 2 commits into from
Oct 9, 2023
Merged

Conversation

dchassin
Copy link
Member

@dchassin dchassin commented Oct 9, 2023

This PR fixe issue #117. The NOW pseudo-global now supports date/time format string, e.g., ${NOW %m/%d/%Y %H:%M} instead of just the default %Y%m%d-%H%M%S.

David P. Chassin added 2 commits October 9, 2023 06:18
Signed-off-by: David P. Chassin <dchassin@slac.stanford.edu>
Signed-off-by: David P. Chassin <dchassin@slac.stanford.edu>
@dchassin dchassin added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 9, 2023
@dchassin dchassin self-assigned this Oct 9, 2023
@dchassin dchassin linked an issue Oct 9, 2023 that may be closed by this pull request
@dchassin dchassin merged commit 08e7545 into develop Oct 9, 2023
2 checks passed
@dchassin dchassin deleted the develop-fix-now branch October 9, 2023 14:50
dchassin pushed a commit that referenced this pull request Oct 12, 2023
Signed-off-by: David P. Chassin <dchassin@slac.stanford.edu>
Signed-off-by: David P. Chassin <david.chassin@me.com>
dchassin pushed a commit that referenced this pull request Oct 16, 2023
Signed-off-by: David P. Chassin <dchassin@slac.stanford.edu>
Signed-off-by: David P. Chassin <david.chassin@me.com>
dchassin pushed a commit that referenced this pull request Oct 18, 2023
Signed-off-by: David P. Chassin <dchassin@slac.stanford.edu>
Signed-off-by: David P. Chassin <david.chassin@me.com>
dchassin pushed a commit to dchassin/gridlabd that referenced this pull request Jan 11, 2024
Signed-off-by: David P. Chassin <dchassin@slac.stanford.edu>
Signed-off-by: David P. Chassin <david.chassin@me.com>
Signed-off-by: David P. Chassin <dchassin@slac.stanford.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add support for date/time formats in NOW pseudo-global
1 participant