tarkah / tickrs

Realtime ticker data in your terminal 📈
MIT License
1.2k stars 59 forks source link

Most recent date is wrong in candle view for longer time periods #83

Closed fspoettel closed 3 years ago

fspoettel commented 3 years ago

In candle view, the right-most date displays incorrectly for the larger charts. (1W and up)

The 1W chart displays 01-01 01:00: image

The 1M+ charts display 1970-01-01: image

Not sure if this might be relevant: my local timezone is Europe/Berlin.

tarkah commented 3 years ago

At that's 0 in unix timestamp :) I know the issue here, I'll easily be able to fix this.