Hi cmari Sorry I should have given a few more details.
The problem was with the way that the sameday and eachday filter operators were determining whether two dates were on the same day, which were inconsistently comparing UTC with local times. I've fixed that problem, so now I believe we've got correct behaviour of the "recent" tab. The serialised representation of tiddler dates is still in UTC because I realised that this isn't a setting that we can make configurable: the core needs to know how to interpret dates in order to correctly read the tiddlers from which it boots. There's no reachable configuration store at that time. Best wishes Jeremy On Sat, Sep 21, 2013 at 4:33 PM, cmari <[email protected]> wrote: > Hi Jeremy, > Thanks for looking into this! > I updated the two tiddlers in my file but viewing fields of new and > updated tiddlers shows that the created and modified fields still display > the time in UTC. > Maybe that's intentional? > > I have to wait, of course, to find out whether things will be different on > the Recent list before and after midnight UTC. > cmari > > > On Saturday, September 21, 2013 2:11:06 AM UTC-7, Jeremy Ruston wrote: > >> Hi cmari >> >> I've pushed a fix: >> >> https://github.com/Jermolene/**TiddlyWiki5/commit/** >> f51d0c55fe16b8a91a0e5a93885f9a**8beea62631<https://github.com/Jermolene/TiddlyWiki5/commit/f51d0c55fe16b8a91a0e5a93885f9a8beea62631> >> >> Please let me know how it goes, >> >> Best wishes >> >> Jeremy >> >> >> On Fri, Sep 20, 2013 at 5:01 PM, Jeremy Ruston <[email protected]>wrote: >> >>> Hi cmari >>> >>> Thanks for spotting this. There are indeed a number of places where the >>> TW5 core is getting confused between the local time and UTC, leading to the >>> inconsistencies you're seeing. >>> >>> For a personal notebook, I think that storing the created/modified dates >>> in the local timezone makes the most sense. It's possible that certain >>> server configurations might be better off using UTC. >>> >>> I'll push a fix and post back here. >>> >>> Best wishes >>> >>> Jeremy >>> >>> >>> >>> >>> >>> On Fri, Sep 20, 2013 at 4:38 PM, cmari <[email protected]> wrote: >>> >>>> The Recent tab is even more strange than I thought when it comes to the >>>> tiddlers modified (apologies for mistakenly saying "created" in the >>>> previous post) after midnight UTC: >>>> >>>> Yesterday, while it was still the 19th in my time zone, those tiddlers >>>> were listed under a second September 19th heading on the Recent tab. >>>> >>>> Today (when it is actually the 20th in my time zone), they are listed >>>> on the Recent tab as having been modified on the 20th. >>>> >>>> cmari >>>> >>>> >>>> On Thursday, September 19, 2013 10:24:58 PM UTC-7, whatever wrote: >>>>> >>>>> Yeah, that is annoying sometimes. Suggestion to devs: can we maybe >>>>> have an option to choose between UTC and local time? That goes for TWC as >>>>> well. >>>>> w >>>>> >>>>> Dne petek, 20. september 2013 02:23:37 UTC+2 je oseba cmari napisala: >>>>> >>>>>> This is obviously more of an oddity than a huge problem (though it >>>>>> could cause confusion if one were using the field as a filter). >>>>>> >>>>>> It's a bit more strange that because it's still the 19th of September >>>>>> where I am, >>>>>> "Recent" tiddlers now shows 19 September twice - splitting apart the >>>>>> list of tiddlers created before midnight GMT from those created after >>>>>> midnight GMT. >>>>>> >>>>>> cmari >>>>>> >>>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "TiddlyWikiDev" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to tiddlywikide...@**googlegroups.com. >>>> To post to this group, send email to [email protected]**. >>>> >>>> Visit this group at >>>> http://groups.google.com/**group/tiddlywikidev<http://groups.google.com/group/tiddlywikidev> >>>> . >>>> For more options, visit >>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>>> . >>>> >>> >>> >>> >>> -- >>> Jeremy Ruston >>> mailto:[email protected] >>> >> >> >> >> -- >> Jeremy Ruston >> mailto:[email protected] >> > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/groups/opt_out.
