Paweł Bogut
Paweł Bogut
So if the rule is `:hourly`, `:minutely` etc. module is using Timex.shift, so it should handle timezone correctly. Now, I'm not sure what to do with `by_hour`if it goes into...
@bgentry yes, I've read the comment, thank you for that. I will take it into account and make sure tests are checking correct timezone as well.
@voughtdq that's very helpful. I did implementation for dates but couldn't figure out good way to do time. I think your idea should work all right. Will test it and...
I didn't spent too much time on this I'm afraid, I started it but its still in progress. I'm happy to accept PR if someone is able to do that,...
I like the idea, need to think about it.
Do you have any idea how structure like that could look like? Or maybe you can point me to some examples?
Whats the benefit over simple map?
Yes, well, this lib is not aware of timezone at all. To be honest this is something I could use in one project, but I would have to wrap my...
I was thinking something similar, checking timezone offset every new value. There may be some edge cases when timezone actually will change date, need to check similar modules for different...
I may be talking some rubbish, I guess date will be alrigh. There will be 2 cases, fix timezone if changed for given date (as time is actually all right),...