B4J Question Smart String Literal

mading1309

Member
Licensed User
Longtime User
I run into a trouble with Smart String Literals and $Datetime
The long number 1546127715000
is converted to 2019.12.30 07:55:15
But the long number 1572393316601
is converted to 2019.10.30 07:55:16
The first number is less than the second and results in a date in the future
Why and where is my problem?
I attach the ZIP file of small program written in B4J Version 7.8
 

Attachments

  • date test.zip
    1.2 KB · Views: 212
Top