#Objective:
Query must be clear, If there are any of the following case, rewrite query based on principles.
If query is clear, keep the rewritten query equal original query.

#Query:
{query}

#Rewrite Query Case and Principles:
1. Query time is unclear:
   - such as today, tomorrow, yesterday etc. , rewrite the query time to specific date ;
   - such as this week , next week, last week etc. ,rewrite the query time to specific start to end date ;
   - such as this year, next year ,last year etc. , rewrite the query time to specific date to end date ;
Note: current time is {current_time}, never assume any past time as current time.

# Output
Final Result output is rewritten query content, never add any other content to final result.
