-
Notifications
You must be signed in to change notification settings - Fork 98
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
DST TIme #27
Comments
Please translite in to indonesian lengue
mamad
Pada tanggal Sab, 24 Apr 2021 02:33, Adil Hamid ***@***.***>
menulis:
… Is the dst functionality accurate? For example I live in America central
time, we are currently in daylight savings, but when calculating salah
times I have to put dst as 0, because if I put it as 1 it will be an hour
ahead and inaccurate . Similarly when daylight savings turns off, I have to
change the dst value to -1. I can still use it like this, but it seems as
though the dst integer is off by 1, 0 should mean off(no dst), 1 should
mean 1 hour of dst, etc.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#27>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOQ5UC5XPPLZLKWY4I62MXDTKHDPDANCNFSM43PGSYSA>
.
|
hello for calculate Automatic i use this method. For DTS Automatic
For GMT_DEFF Automatic
//Convert Time TO Decimal Double
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is the dst functionality accurate? For example I live in America central time, we are currently in daylight savings, but when calculating salah times I have to put dst as 0, because if I put it as 1 it will be an hour ahead and inaccurate . Similarly when daylight savings turns off, I have to change the dst value to -1. I can still use it like this, but it seems as though the dst integer is off by 1, 0 should mean off(no dst), 1 should mean 1 hour of dst, etc.
The text was updated successfully, but these errors were encountered: