Question:
What is the timezone of the report filter if set to is in the next?
Answer:
The timezone of the report filter set to is in the next is GMT.
If the user needs it to be specific to the user timezone, use the is in the range filter.
Today("user") returns the date in the user's timezone.
Today("user") + Years(10) returns the date in the user's timezone 10 years in the future.
Related Documentation:
N/A