Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SEM] Semux - Official Thread
by
r1d1
on 30/01/2018, 04:11:35 UTC
Thanks for reply. However, it's not my local time Smiley Maybe it's a bug?

~ Image skipped ~

Looks like a bug. The time of block #25938 is "2018-01-30 03:25:35". The client should get this time and add your timezone.

You can create a issue on github (just check to see if there is such a problem already).

Bug bounties: 100 ~ 100,000 SEM, please submit bugs to https://github.com/semuxproject/semux/issues

But I think it's not client bug, maybe problem in java or windows.
The Semux client use standart function for display date:

Code:
DateFormat format = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT);
return format.format(new Date(timestamp));