Skip to content

Feature/local time variable#26

Merged
devoreofox merged 2 commits into
mainfrom
feature/localTimeVariable
Jul 9, 2026
Merged

Feature/local time variable#26
devoreofox merged 2 commits into
mainfrom
feature/localTimeVariable

Conversation

@devoreofox

Copy link
Copy Markdown
Owner

Closes #24.

Adds a Time variable family (TimeVariablesProvider): {time}, {time24}, {hour}, {minute}, {date}, {day}, {daypart}, plus {utc} / {utcdate} for server time. Pure DateTime

The 24-hour and date variables are zero-padded so they compare correctly with < <= > >= (for example :if {time24} >= 17:00), while {time} stays a 12-hour display string. Eorzea time is a planned follow-up.

Also moved the concrete providers into Services/Variables/Providers/ to keep the folder tidy as the set grows.

@devoreofox devoreofox linked an issue Jul 9, 2026 that may be closed by this pull request
@devoreofox
devoreofox merged commit b0f914c into main Jul 9, 2026
1 check passed
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.

localtime variable

1 participant