daylight saving time

Started by tramp20, March 29, 2016, 12:53:55

0 Members and 1 Guest are viewing this topic.

tramp20

Hi menion,
every year we have daylight saving time and every year the timer of the backup manager does not consider this :-(
Sony Xperia Z1c     Android 11 LOS 18.1
Sony Xperia 5 ii      Android 12
Samsung S23 Ultra Android 14

User ID acc406201
  •  

Menion

Good day tramp,

well, timing of backup manager is not very precise and I think that one hour here, one hour there, do not make any difference. I also can't imagine how to handle it correctly, sorry.
- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •  

tramp20

Quote from: menion on March 31, 2016, 06:53:34
I also can't imagine how to handle it correctly, sorry.

Could this help you?
I found this little piece of software:

public boolean isDaylightTime(Calendar now)  {
    return now.getTimeZone().inDaylightTime(now.getTime());
}
Sony Xperia Z1c     Android 11 LOS 18.1
Sony Xperia 5 ii      Android 12
Samsung S23 Ultra Android 14

User ID acc406201
  •  

Menion

nono I know how to get info about daytime etc. I just do not know how to simply apply it into Locus. When I'll do something around backups, I'll keep this in my mind, anyway till then, sorry, but I do not this it is too important. Thanks anyway
- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •