I get weird date output at production

لقطة شاشة من 2021-10-07 13-51-43

I get the correct date at local server, but after I publish to Netlify I get :date_medium instead of date. How can I make it work? I’m using the paper theme

make sure your local Hugo version is same with Hugo version Netlify used to build.

Thanks a lot my friend!! it worked.