Can't get schedule to calculate correctly
So my previous wipe was 22.02.2020 GMT+3 but i can not make the proper config file for my schedule. I am wiping map weekly, so i pasted weekly and changed config file as said in guide. But it calculates it wrong possibly i made something wrong. It says 28.02.2020 00:00 as wipe date. I am gonna paste my config file asap now I am away from my computer.

oxide/config/WipeInfoApi.json
{
  "4 week schedule (Days since forced wipe)": [
    0,
    7,
    14,
    21
  ],
  "5 week schedule (Days since forced wipe)": [
    0,
    7,
    14,
    21,
    28
  ]
}​

oxide/data/WipeInfoApi.json

{
  "SaveVersion": 189,
  "PreviousWipe": "2020-02-22T12:00:00Z"
}​

cmd output:
[Wipe Info Api] Next Wipe: 02/27/2020 00:00:00 Days Until: 0​

Second TEST

oxide/config/WipeInfoApi.json

{
  "4 week schedule (Days since forced wipe)": [
    1,
    8,
    15,
    22
  ],
  "5 week schedule (Days since forced wipe)": [
    1,
    8,
    15,
    22,
    29
  ]
}​

oxide/data/WipeInfoApi.json

{
  "SaveVersion": 189,
  "PreviousWipe": "2020-02-22T12:00:00Z"
}​

cmd output:
[Wipe Info Api] Next Wipe: 02/28/2020 00:00:00 Days Until: 1​

And for sure it's not calculating hours in console.

 
Hi xanela,

This plugins just calculates the date of the wipe. How are you using this that you need the hour that it will wipe on?

Thanks,
MJSU
MJSU
Hi xanela,

This plugins just calculates the date of the wipe. How are you using this that you need the hour that it will wipe on?

Thanks,
MJSU

As you can see on cmd output, it's not saying anything about hours when i use 2020-02-22T12:00:00Z. Can you write an example config file for me? I can not get the point.

my previous wipe was 22.02.2020 22:00 GMT+3

So next wipe is 29.02.2020 22:00 GMT+3 and forced global wipe by Facepunch is 05.03.2020 22:00 GMT+3 but i can not make it as i mentioned in 1st message.

What I was saying above is hours is not calculated by this plugin. Only the Month, Day, and Year it will wipe.
MJSU
What I was saying above is hours is not calculated by this plugin. Only the Month, Day, and Year it will wipe.

Dude It's not calculating true date with my configs either. It says 02/28/2020 instead of 02/29/2020. Please look at first message.

Same issue here