Server time change

Discussion in 'PHP' started by krkbkk, Jan 4, 2013.

  1. #1
    I have hosted my site with 1and1.com

    Whenever I upload a file it shows US time. I wanted to show IST. How to change it?

    I have tried this one :

    date_default_timezone_set('Asia/Calcutta');

    But it is not working.

    Thanks in advance.
     
    krkbkk, Jan 4, 2013 IP
  2. amit0535

    amit0535 Active Member

    Messages:
    45
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    50
    #2
    putenv("TZ=Asia/Kolkata");
    try this
     
    amit0535, Jan 5, 2013 IP
  3. krkbkk

    krkbkk Well-Known Member

    Messages:
    1,458
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    195
    #3
    Thanks. Nope. Itz also not working! :(
     
    krkbkk, Jan 5, 2013 IP
  4. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #4
    Whether you can change the server time depends on how the server is set up. Instead of relying on the host allowing you to change the server time, just adjust the time the user sees (which you do in Javascript).
     
    Rukbat, Jan 5, 2013 IP
  5. krkbkk

    krkbkk Well-Known Member

    Messages:
    1,458
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    195
    #5
    Thanks! :)
     
    krkbkk, Jan 5, 2013 IP