[tw] Re: [TW5] Question about regexp and UTC problem.

2015-10-29 Thread 'Mark S.' via TiddlyWiki
I don't think there is any reasonable way to filter for this. It would require a special filter or javascript macro that knows how to manipulate date stamps. One workaround might be to create your own "New Tiddler" button that would create its own date field using the local time. Kind of

[tw] Re: [TW5] Question about regexp and UTC problem.

2015-10-29 Thread Tobias Beer
Hi Changhoon Lee, If I create tiddler on 2015-Oct-28 8:00 AM, then the 'created' field will > get 2015-Oct-27 22:00 PM. At first I was wondering why that is but then I got to accept the proposition. Here are two issues on GitHub about this: *#190 It should be possible to display fields in

[tw] Re: [TW5] Question about regexp and UTC problem.

2015-10-29 Thread Tobias Beer
Hi again, Changhoon Lee, While not too pretty... for now, you could use the approach of cmari taking the offset into account via the *sameday* filter. The *regexp* filter won't do any good as it knows nothing of datetime

[tw] Re: [TW5] Question about regexp and UTC problem.

2015-10-29 Thread 'Mark S.' via TiddlyWiki
Why should TW5 stick with UTC? Maintaining a legacy that only works for 1/24 of the world is somewhat harsh. At the very least, users should be able to configure how they want their time stamps kept. I'm thinking that someone has probably already made a Journal widget/button that can save in

[tw] Re: [TW5] Question about regexp and UTC problem.

2015-10-29 Thread Tobias Beer
Hi Mark, > Why should TW5 stick with UTC? Maintaining a legacy that only works for > 1/24 of the world is somewhat harsh. > There's no legacy in that. It ensures that all wikis talk about the same time, no matter from where you look at it. It does not mean that TiddlyWiki thinks all users

[tw] Re: [TW5] Question about regexp and UTC problem.

2015-10-29 Thread Changhoon Lee
Thank you so much Tobias Beer for your answer! Sameday filter is the exactly what I was looking for! 2015년 10월 30일 금요일 오전 3시 56분 26초 UTC+11, Tobias Beer 님의 말: > > Hi Changhoon Lee, > > If I create tiddler on 2015-Oct-28 8:00 AM, then the 'created' field will >> get 2015-Oct-27 22:00 PM. > > >