Solution for Bug: wrong date shown

There is a bug affects those who's time zone is not UTC:

For each stock, AIOTrade shows the data of the day after. For example, the data of Friday November the 24th is shown in the application at Friday November the 23th.

This bug will be fixed in next release, by far, you can try to add a a property in aiotrade's config file, which is located at:

path.to.installation/etc/aiotrade.conf

change the line:

default_options="-J-Xms24m -J-Xmx128m --fontsize 11"

to:

default_options="-J-Xms24m -J-Xmx128m --fontsize 11 -J-Duser.timezone=UTC"

Sorry about the inconvenience.

你可能感兴趣的:(J#)