Results 1 to 10 of 286

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: BackUp ZC [Support Thread]

    Because the script is using the server time it would be to much to change the code.
    Some hosts allow you to change the server time zone GMT +- #, you might want to check.

    Skip
    • 446F63746F722057686F •

  2. #2
    Join Date
    Aug 2006
    Posts
    134
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by skipwater View Post
    Because the script is using the server time it would be to much to change the code.
    Some hosts allow you to change the server time zone GMT +- #, you might want to check.

    Skip
    Thanks Skip.

    What I found strange was that when I look at the backup files created using Filezilla or the Control Panel File Manager, the date of creation is shown in GMT, but the file name is generated using GMT +6 (ie time zone of the server).

    However adding this
    Code:
    date_default_timezone_set('Europe/London');
    like this

    Code:
     // Grab a large chunk of memory
      // If your server allows this adjustment then adjust to meet your needs.
      // ***********************************************************************
      // ini_set("memory_limit","128M");
      // ini_set("memory_limit","192M");
      // ini_set("memory_limit","256M"); 
         ini_set("memory_limit","512M"); // default
      // ini_set("memory_limit","768M");
      // ini_set("memory_limit","1000M");
    date_default_timezone_set('Europe/London');
    appears to have done the trick.
    Last edited by pewe; 10 Jan 2014 at 06:11 PM.

  3. #3
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by pewe View Post
    Thanks Skip.

    What I found strange was that when I look at the backup files created using Filezilla or the Control Panel File Manager, the date of creation is shown in GMT, but the file name is generated using GMT +6 (ie time zone of the server).

    However adding this
    Code:
    date_default_timezone_set('Europe/London');
    like this

    Code:
     // Grab a large chunk of memory
      // If your server allows this adjustment then adjust to meet your needs.
      // ***********************************************************************
      // ini_set("memory_limit","128M");
      // ini_set("memory_limit","192M");
      // ini_set("memory_limit","256M"); 
         ini_set("memory_limit","512M"); // default
      // ini_set("memory_limit","768M");
      // ini_set("memory_limit","1000M");
    date_default_timezone_set('Europe/London');
    appears to have done the trick.
    Of course, something like that fix is the preferred method. :)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. ZX Slideshow support thread
    By balihr in forum All Other Contributions/Addons
    Replies: 766
    Last Post: 18 Oct 2025, 11:23 AM
  3. SysCheck [support thread]
    By swguy in forum All Other Contributions/Addons
    Replies: 36
    Last Post: 24 Oct 2020, 05:28 AM
  4. v151 Ship2Pay Support thread
    By Design75 in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 5 Nov 2019, 01:14 PM
  5. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 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