Results 1 to 5 of 5

Thread: Date Time change

  1. #1
    Join Date
    2019-Dec
    Posts
    1

    Date Time change

    Hi

    I am facing this issue t getting a with date time, and not seem to get a solution.
    when I check date, instead of PM, I am getting "Carra"
    Also, month name is also "kaxxa garablu" instead of December.

    root@:~# date
    tal kax 17 9:37:17 carra IST 2019



    I am bit new to Linux (and Kali), so not getting a solution for it

  2. #2
    Same problem here too😢

  3. #3
    Same here after upgrade to Kali-Full can't change date and time, so browsers fail to allow access. on ARM platform

  4. #4
    Join Date
    2017-Aug
    Posts
    10
    I guess you need to change locale at first.

    1. Type 'locale' in terminal to print current locale setting.

    In my case, it prints out like...

    LANG=en_US.utf8
    LANGUAGE=
    LC_CTYPE="en_US.utf8"
    LC_NUMERIC="en_US.utf8"
    LC_TIME="en_US.utf8" <==== especially this value should be changed.
    LC_COLLATE="en_US.utf8"
    LC_MONETARY="en_US.utf8"
    LC_MESSAGES="en_US.utf8"
    LC_PAPER="en_US.utf8"
    LC_NAME="en_US.utf8"
    LC_ADDRESS="en_US.utf8"
    LC_TELEPHONE="en_US.utf8"
    LC_MEASUREMENT="en_US.utf8"
    LC_IDENTIFICATION="en_US.utf8"
    LC_ALL=

    2. Change your locale with 'localectl' command like this...

    localectl set-locale LC_TIME=en_US.utf8

  5. #5
    Join Date
    2017-Aug
    Posts
    10
    As I already answered another question,
    you can set timezone with "timedatectl" command like this...

    timedatectl show (this command prints your current timezone setting)
    timedatectl list-timezones (you can list timezones to search your actual timezone)
    timedatectl set-timezone Zone (you can change to new 'Zone')

Similar Threads

  1. Replies: 2
    Last Post: 2023-04-12, 02:23
  2. Date and time wrong and cant fix
    By solo7777 in forum General Archive
    Replies: 0
    Last Post: 2021-09-20, 06:24
  3. Problems With Wi-Fi and Date & Time
    By eddie@kali in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2021-05-10, 13:23
  4. Date/Time change after reboot
    By djenks76 in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2020-01-07, 13:17
  5. Date and time
    By martinii in forum ARM Archive
    Replies: 1
    Last Post: 2017-02-03, 20:38

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •