Search results

  1. Oliver-SP

    REST API Timestamp Epoch

    Replying for anyone else who has the same question: The timestamps are in seconds from the Unix epoch, not milliseconds, so multiply it by 1000 before generating the date.
  2. Oliver-SP

    REST API Timestamp Epoch

    Hello, Some responses from the API (https://api.modpacks.ch/public/modpack/{id} in this case) have timestamps in it (like the updated property), but the timestamps are not formatted in direct Unix Epoch time; So I'm wondering what the FTB API considers as it's 0 timestamp so that I can correctly...