TibiaData/tibiadata-api-go

World Creation Date Incorret

Closed this issue · 1 comments

Url: https://api.tibiadata.com/v3/world/Honbra

{
    "worlds": {
        "world": {
            "name": "Honbra",
            "status": "online",
            "players_online": 145,
            "record_players": 1051,
            "record_date": "2017-07-03T02:20:31Z",
            "creation_date": "0001-01-01",
            "location": "South America",
            "pvp_type": "Open PvP",
            "premium_only": false,
            "transfer_type": "",
            "world_quest_titles": [...],
            "battleye_protected": true,
            "battleye_date": "release",
            "game_world_type": "regular",
            "tournament_world_type": "",
            "online_players": [...]
        }
    },
    "information": {
        "api_version": 3,
        "timestamp": "2023-08-08T17:03:02Z"
    }
}

Creation date with invalid value: "creation_date": "0001-01-01",

One backend server didn't run version 3.7.3 which includes a fix for the change on tibia.com. Now it's upgraded and it seems the issue is resolved.

Thanks for reporting! 👌