netgen / NetgenInformationCollectionBundle

Information collection alike feature for eZ Publish 5/eZ Platform
https://netgen.io
GNU General Public License v2.0
19 stars 8 forks source link

wrong timestamp / date showing in /informationcollection/collection-list/ #83

Open fwoldt opened 1 year ago

fwoldt commented 1 year ago

I have test infocollector in mediasite 3.0 setup

To test it. Sign a form go to backend adminui/netgen/informationcollection/collection-list/672 have a look to the time

than yo create a new container object in media and have a look to the displayed time.

The time of the object is correctly shown in my current time. The time in infocollector is shown -9 hours of my current time.

fwoldt commented 1 year ago

image

fwoldt commented 1 year ago

image

emodric commented 1 year ago

Hi @fwoldt

I have tested this just now and this works as expected.

image

The difference in your case probably comes from the fact that Ibexa Admin UI converts the server timestamp to you local browser time zone, while Info collector does not do such thing and uses server timestamp without modifications.

So there is no bug here, just a behaviour which is different from Ibexa Admin UI.

I will keep this open as a reminder if we ever get around to changing this behaviour.