issues|September 11, 2018|1 min read

Mac showing strange incorrect month name

TL;DR

Change the Calendar setting from the regional default to Gregorian in Mac's System Preferences under Language and Region to fix incorrect month names.

Mac showing strange incorrect month name

Introduction to problem

So, on my mac, I’ev set timezone to my local city i.e. Delhi (India). Still, the name of months showing was strange like: “Saka”. I spent lot of time looking every single option to change it. But, could not do it.

Solution to setting correct month names

Goto System Preferences. All I had to do was look at “Language and Region”.

And, change Calendar to Gregorian

Sample:

Region: India
First Day of week: Monday (Doesnt play any role to problem)
Calendar: Gregorian
...

My settings was to “Indian National” thinking that it will show my local ones. But, it is the national calendar of India which normally people dont aware of.

I’m feeling relieved. I really spent a lot in this.

Bonus

Goto “Date and Time”, then “Clock” Enable: “Show date and time in menubar” Enable: Show AM/PM Enable: Show the day of the week Enable: Show Date

Your mac right top will show date somelike below:

Correcting Mac Timezone

Thanks for reading…

Related Posts

Python SMTP Email Code - Sender Address Rejected - Not Owned By User

Python SMTP Email Code - Sender Address Rejected - Not Owned By User

Introduction In a normal email sending code from python, I’m getting following…

How to Fix Drupal Mysql error - Communication link failure: 1153 Got a packet bigger than 'max_allowed_packet' bytes

How to Fix Drupal Mysql error - Communication link failure: 1153 Got a packet bigger than 'max_allowed_packet' bytes

Introduction While this topic may applicable to all mysql/mariadb users who…

Solving Jboss Wildfly Oracle JDBC driver problem, with Dockerfile

Solving Jboss Wildfly Oracle JDBC driver problem, with Dockerfile

Assuming your web application is using oracle, and you are deploying your app on…

React JS router not working on Nginx docker container

React JS router not working on Nginx docker container

Problem Statement I developed a simple ReactJS application where I have used…

How to solve - Apache Ftp Client library is printing password on console

How to solve - Apache Ftp Client library is printing password on console

The problem comes while using FTPS. When developer uses login method of this…

php55w-common conflicts with php-common-5.* | Php issues while installing libraries

php55w-common conflicts with php-common-5.* | Php issues while installing libraries

I was trying to install mongo extension with pecl. It gave me error: Then, I…

Latest Posts

Deep Dive on Elasticsearch: A System Design Interview Perspective

Deep Dive on Elasticsearch: A System Design Interview Perspective

“If you’re searching, filtering, or aggregating over large volumes of semi…

Deep Dive on Apache Kafka: A System Design Interview Perspective

Deep Dive on Apache Kafka: A System Design Interview Perspective

“Kafka is not a message queue. It’s a distributed commit log that happens to be…

Deep Dive on Redis: Architecture, Data Structures, and Production Usage

Deep Dive on Redis: Architecture, Data Structures, and Production Usage

“Redis is not just a cache. It’s a data structure server that happens to be…

Deep Dive on API Gateway: A System Design Interview Perspective

Deep Dive on API Gateway: A System Design Interview Perspective

“An API Gateway is the front door to your microservices. Every request walks…

REST API Design: Pagination, Versioning, and Best Practices

REST API Design: Pagination, Versioning, and Best Practices

Every time two systems need to talk, someone has to design the contract between…

Efficient Data Modelling: A Practical Guide for Production Systems

Efficient Data Modelling: A Practical Guide for Production Systems

Most engineers learn data modelling backwards. They draw an ER diagram…