I want to filter the collection record which has date property of today.
To check, I prepare 2 lists. One, with filterling by 'Current time’
Other is, with filterling by ‘after 1day ago’ and ‘before 2days from now’.
(It is workaround for this issue. I don’t know it work well for any case.)
First list does not work from 0:00 AM to 9:00 AM JST.
It will work after 9:00 JST.
I think it has something relate to the fact that the difference between JST and UTC is 9 hours.
Although I post some topic related to date value, I think, It may related same factor.
I have a question about date format.
I created a screen which has 2 components. DatePicker and Text.
For setting of DatePicker , Default Date is ‘Current Time’. Style is ‘Date Picker’.
[スクリーンショット 2020-06-19 13.56.40]
For Text, I set to be shown a value of DataPicker formatted ‘Date’.
[スクリーンショット 2020-06-19 13.56.50]
But, I try it on preview, not formatted value is shown.
It looks like that ‘Data Format’ parameter on text component does not work on my Japanese environment.
[スクリーンショット 20…
Anyone, let me know if same issue is seeing in environment it has time difference from UTC.
ashley
June 29, 2020, 4:36pm
2
Instead of using current time, try using Start of Today.
Today’s start would be at 00 when the day begins or at the time the user entered? I want to do the daily summary of the business, then I must make … orders with a creation date that is between the beginning of today and tomorrow? Would it be from 00hs to 00hs?