in a restlet, is the time zone that the code is running in the same time zone as search results are constructed in? in other words, can i rely on last modified / created date being constructed correctly when parsed?
b
battk
01/18/2024, 4:23 PM
your code will run in pacific time
battk
01/18/2024, 4:24 PM
the results will be formatted in the timezone of the current user, which is not guaranteed to be pacific time
battk
01/18/2024, 4:24 PM
use N/format to parse the date, which takes into account the timezone and date format of the current user