Dear All,

I would like to set a time series quaterly data from 1995q1 to 2019q4:

(Here is my code) :

generate quarters=tq(1995q1)+_n-1
format %tq quarters
tsset quarters, quarterly
drop time
rename quarters time
label variable time "quarterly data"

The problem that I am having is date is creating from 1995q1 to 2023q1 not to (1995q1 to 2019q12) is there any way to fix it?

​​​​​​Time variable: quarters, 1995q1 to 2023q1
Delta: 1 quarter

Help much be appreciated!