Feature Request: Time Zone

Issue #84 wontfix
Former user created an issue

Allow users to set their time zone and adjust 24 hour calculations to match users time zone?

Comments (2)

  1. James Dimitrov repo owner

    This is controlled by the MiningPoolHub API and it is hard locked at GMT. All I see id a daily roll-up. For example:

    earning_history: [
    {
    date: "2017-12-28",
    amount: 0
    },
    {
    date: "2017-12-27",
    amount: 0.0037846056582603
    },
    {
    date: "2017-12-26",
    amount: 0.037668919946499
    },
    {
    date: "2017-12-25",
    amount: 0.028092870297402
    },
    {
    date: "2017-12-24",
    amount: 0.027055618546067
    },
    {
    date: "2017-12-23",
    amount: 0.040000448325793
    },
    {
    date: "2017-12-22",
    amount: 0.017348357642313
    },
    {
    date: "2017-12-21",
    amount: 0.033371269063308
    }
    }
    
  2. Log in to comment