[Solved] Erroneous date when receiving earnings from node

When I receive the earnings from a node, the date was one day in the future. This has happened twice yesterday and once today.

This one is from yesterday:

IMG_20201030_155913_445

And from today:

IMG_20201030_160411_002

The date seems to be working for simple transactions.

2 Likes

Maybe the nodes are displaying UTC? Are you in a UTC-XX time zone (like USA)? Just a thought.

1 Like

My UTC is -7

1 Like

@Support Can you reply to this if this is something that should be fixed?

@J053 Did this start only after a recent app update focused toward node owners?

I saw this bug the 29 of Octover.

1 Like

Looking at the code, this might be happening
time: moment(tx?.LockTime).add(7, 'hours') || history?.time,

I assumed it would take the blockchain time and adjust it to your timezone, but will ask the dev.
How far off is it?

1 Like

Ms Jaime is on it guys…she be sharp… :sunglasses:

1 Like

I’m not sure.

1 Like

It will be fixed. Some code adjustments for testing were not removed.

2 Likes

Just noticed when I withdrew some rewards this morning, then looked at that transaction under Assets, that the time shows pm instead of am. I expected that to be displayed in the user’s local timezone. What timezone is it?

@support Yes it appears there is a bug in how time zones display after one of the updates. It also affects node earning timestamps, which I think you are aware of.

2 Likes

Hi @Rekonn, thanks for reaching out. It has been reported recently and we are working on a fix. Hope to get it fixed at the end of this month.

1 Like

Nice! Does that mean I earn the bugfinder badge?

Ah, never mind, reading rest of thread now, you guys are already on it.

2 Likes

Hi,
The issue was fixed. Please check this. Thanks.

2 Likes