Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: How to change Time Zone in cpmfetch 2.0  (Read 4235 times)

0 Members and 1 Guest are viewing this topic.

Kristian38

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
How to change Time Zone in cpmfetch 2.0
« on: January 10, 2011, 02:30:28 am »

Hi, how are you? Sorry for my bad English.
First of all tell you that I tried to try to do it alone, searching at the forum, reading the faq, php.net information and have had no success: (so I resort to the forum for help.
I wanted to create a side block with the latest albumnes added, with a photo album name date and time. It works perfectly, just that the time zone is not right for my country "Argentina. "
I am no specialist in php. Vuud The docs are very comprehensive and the result is as follows.

Quote
<?php
 include_once "./fotos2/cpmfetch/cpmfetch.php";
 $objCpm = new cpm("./fotos2/cpmfetch/cpmfetch_config.php");
 $options = array(
      "imagestyle" => "image",
     "cellstyle" => "prueba",
     "imagelink" => "album",
     "subtitle" => "<div class='facebook'>Album: {{aTitle}}<br>Fecha: {{pCtimeFormatted}}</div></center>",
     "imagewidth" => "150"
     ); 
 $objCpm->cpm_setDateFormat("d/m/Y H:i");
 $objCpm->cpm_getAlbumListFrom("",10,1, $options);
 $objCpm->cpm_close();?>

example: News Album Block

The question is: How I can change the time zone to GMT -03:00? Hours of Buenos Aires, Argentina
Thank you very much for your help, greetings. Cristian.
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 20 queries.