How to change Date/Time format to English?

click on system settings.

System Settings icon in launcher

Click on Language Support.

Language Support icon in System Settings

Click on the Regional Formats Tab, and change language to English, and apply system- wide. and that will do it.

Note: You may have to relogin, so changes can take effect

Regional Formats settings


Choose the New York time when installing Ubuntu 13.04, And do the following steps for you local time.

1.Click on settings > Click on Time & Date

enter image description here

It need to me check, By default it will be, if not check it

2.Click on Clock and check Time in auto-detection location

enter image description here

3.Wait few minutes and you will see you local time just above shutdown button

enter image description here

OR

enter image description here

Click on it

Done


enter image description here


The problem with the answer mitch gave is that after changing regional settings, the alt-shift keyboard language toggle get screwed up.

So you can either fix it with:

setxkbmap -option grp:alt_shift_toggle us,?? (where ?? is your other language)

Or, you can go for another solution. Instead of doing what mitch suggested, you can change specifically what you want to change.

From the terminal enter locale to see a list of the different language variables in your system, and then you can just change them, all, or specific. For example, entering:

LC_TIME=en_US.UTF-8

will change the date and time back to US-English.