Thread: Admin

Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    Aug 2006
    Location
    ulaanbaatar
    Posts
    94
    Plugin Contributions
    0

    Admin

    is it here in attributes_price_factor_onetime_offset. if so how it could be done. my zone is gmt+08:00.

  2. #12
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: Admin

    IIRC, putenv/set locale will correct your display time in admin, but it won't affect the date/time entered into the database for orders or order confirmation/update emails - that will still be based on server time since the code uses the MySQL 'now()' function.

    You might take a look at the Time Zone Offset mod for a better solution:

    http://www.zen-cart.com/index.php?ma...roducts_id=145


    [Edited: the 'add URL' button doesn't seem to be working on replies to posts today :-) ]

  3. #13
    Join Date
    Aug 2006
    Location
    ulaanbaatar
    Posts
    94
    Plugin Contributions
    0

    Admin

    thank u pixxi for quick reply. i setup the zone as yr guidance. anyway is it possible to change/add the admin time in admin/includes/header.php line 218, for example, time(+0800) or whatever?

  4. #14
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: Admin

    If you've installed the Time Zone Offset mod, then you can set the time offset for your country compared to server time (GMT+8) in the shop admin:

    admin->configuration->My Store->Time Zone Offset

  5. #15
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Admin

    @ LostSheep

    From you post
    Quote Originally Posted by LostSheep
    please guide me, how cn i setup the local time of my zone /at the top of admin/
    Sun, 01 Oct 2006 12:02:48 +0000GMT [127.0.0.1 ]
    tnx
    And from your signature
    zc1.3.5; localhost; windows xp; apache; mysql5.0.24a; php5.1.6
    Are you also want to change the time of your local server in your windows xp?
    If it is the case, find or add the following section in you php.ini (only valid for PHP > v5.1) and add the support for your timezone.
    Code:
    [Date]
    ; Defines the default timezone used by the date functions
    date.timezone = Etc/GMT+8
    Note: in the above
    Etc/GMT+8
    is only suggestion and you may find a better one for your timezone.

    Reference:
    XXII. Date and Time Functions
    Appendix H. List of Supported Timezones
    List of timezones in the group Others

    .
    A New Starter again

  6. #16
    Join Date
    Aug 2006
    Location
    ulaanbaatar
    Posts
    94
    Plugin Contributions
    0

    Default Admin

    thank u buddys. it seems ive done it.

  7. #17
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Admin

    Glad to hear that.

    .
    A New Starter again

  8. #18
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Admin

    Quote Originally Posted by LostSheep
    thank you glby for your reply. it doesnt work in my case. i googled there about my zone and didnt find a thing about time zone offset. so would you please guide me through this procedure. my location is in ulaanbaatar mongolia.
    Try...

    putenv ('TZ=ULAT/ULAST');

    reference from
    http://home.tiscali.nl/~t876506/TZworld.html

    PS: TZ doesn't work on all servers apparantly.

  9. #19
    Join Date
    Aug 2006
    Location
    ulaanbaatar
    Posts
    94
    Plugin Contributions
    0

    Admin

    thank u gilby, thats it. i found my answer in reference u gave. tnx

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v150 Person doing my admin has disappeared cant log into admin
    By semcomputers in forum Basic Configuration
    Replies: 6
    Last Post: 21 Jan 2015, 01:31 AM
  2. Recently uploaded a backup admin folder now admin section is missing
    By Robert Thomas Kirby in forum General Questions
    Replies: 2
    Last Post: 23 May 2013, 10:20 AM
  3. v150 Had to reset admin login details in DB now problems in admin area
    By aliali81 in forum General Questions
    Replies: 2
    Last Post: 15 May 2013, 05:32 PM
  4. my admin page is display "Index of /mystore/admin" but not admin
    By robert12 in forum Basic Configuration
    Replies: 6
    Last Post: 24 Feb 2012, 01:09 PM
  5. Replies: 0
    Last Post: 25 Apr 2007, 05:05 PM

Posting Permissions

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