I have a file that is included by everything on the site to determine the timezone. Then I use the variable in the file, which is the timezone.
What file in Coppermine is associated with the timezone of the gallery? What I'm trying to do is have the timezone set to the PHP variable.
Something like: $coppermine_time=$timezone
Depends what you use as the timezone. If it's something like -5 then you can set $CONFIG['time_offset'] to that in init.inc.php
Thank you that's exactly what I wanted to know. :D