Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SEM] Semux - Official Thread
by
Ned Kelly
on 30/01/2018, 04:55:34 UTC
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));




Probably you right, it's not semux problem. I'm using VM Box for semux, maybe it's their bug.