Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Unix Timestamp in json-file

New Here ,
Sep 30, 2019 Sep 30, 2019

i've imported a json-file for a weather forecast-projekt. now I have an unix-timestamp problem. every unix timestamp in my imported json-file e.g.>> "dt":1569855600, << changes to >> "dt"=32768, <<. whats the problem of these crazy behavior??

TOPICS
Expressions , Scripting
331
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 30, 2019 Sep 30, 2019
LATEST

Integer precision in AE is limited to 32000something and numerical values of this type can't be any larger than this. Treat it as a string or encapsulate it in a date() function.

 

Mylenium

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines