We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
i have an issue when using different time zone then current device has eg:
var customConfig = FastisConfig.default .. customConfig.calendar.timeZone = TimeZone(secondsFromGMT: 0)!
when picking range it display correct values eg(1st November 2023 -> 30 November 2023) but on top i see the wrong interval 1 November - 1 December
1 November - 1 December
is there anything that i can do, or at least hide the interval label
The text was updated successfully, but these errors were encountered:
fix #45 remove current calendar
04342b0
- fix check current timeZone for CurrentValueView
4bd9b5e
Successfully merging a pull request may close this issue.
Hi,
i have an issue when using different time zone then current device has eg:
when picking range it display correct values eg(1st November 2023 -> 30 November 2023) but on top i see the wrong interval
1 November - 1 December
is there anything that i can do, or at least hide the interval label
The text was updated successfully, but these errors were encountered: