file: admin.config.tpl
Code: Select all
...
<p> {$panelstrings.output}: {$smarty.now|date_format:$fp_config.locale.timeformat} </p>
...Code: Select all
...
<p> {$panelstrings.output}: {$smarty.now|date_format:$fp_config.locale.timeformat} </p>
...Code: Select all
line: 143: <p> {$panelstrings.output}: {$smarty.now|date_format:$fp_config.locale.timeformat} </p>Code: Select all
{assign var=currentTime value=$smarty.now}
{assign var=timeDiff value=$fp_config.locale.timeoffset}
{assign var=TimeDiffUTC value=$currentTime+$timeDiff*3600}
<p> {$panelstrings.output}: {$TimeDiffUTC|date_format:$fp_config.locale.timeformat} </p>No, but with the Flatpress responsiveadmin developer Version you have to change an other line. Ok, I tested with the current Github/Standard FP 1.2.1 Version, not with the Flatpress responsiveadmin developer Version.WineMan wrote: Thu Jun 16, 2022 3:32 pm After trying your suggested changes, there was no change...maybe because I am running this on a localhost on my computer?
Code: Select all
...
<p> {$panelstrings.output}: {$smarty.now|date_format:$fp_config.locale.timeformat} </p>
...Code: Select all
...
{assign var=currentTime value=$smarty.now}
{assign var=timeDiff value=$fp_config.locale.timeoffset}
{assign var=TimeDiffUTC value=$currentTime+$timeDiff*3600}
<p> {$panelstrings.output}: {$TimeDiffUTC|date_format:$fp_config.locale.timeformat} </p>
...Code: Select all
...
<p> {$panelstrings.output}: {$smarty.now|date_format:$fp_config.locale.timeformat} </p>
...Code: Select all
...
{assign var=currentTime value=$smarty.now}
{assign var=timeDiff value=$fp_config.locale.timeoffset}
{assign var=TimeDiffUTC value=$currentTime+$timeDiff*3600}
<p> {$panelstrings.output}: {$TimeDiffUTC|date_format:$fp_config.locale.timeformat} </p>
...
Users browsing this forum: No registered users and 0 guests