Merge lp:~t7-vla7-lz/psiphon/psiphon into lp:psiphon

Proposed by Vlad
Status: Merged
Merged at revision: 347
Proposed branch: lp:~t7-vla7-lz/psiphon/psiphon
Merge into: lp:psiphon
Diff against target: 12 lines (+1/-1)
1 file modified
trunk/www/psiphon3/www/index.php (+1/-1)
To merge this branch: bzr merge lp:~t7-vla7-lz/psiphon/psiphon
Reviewer Review Type Date Requested Status
Psiphon Inc. Pending
Review via email: mp+227982@code.launchpad.net

Description of the change

www/psiphon3/www/index.php: stats date format updated from integer to "yyyy-mm-dd"

To post a comment you must log in.
lp:~t7-vla7-lz/psiphon/psiphon updated
347. By e-fryntov

Vlad 2014-07-23 Stats date format updated from unixtime to yyyy-mm-dd

Revision history for this message
e.fryntov (e-fryntov) wrote :

pushed & built on the test server

On Wed, Jul 23, 2014 at 3:20 PM, Vlad <vlad@r.o.psiphon.ca> wrote:

> Vlad has proposed merging lp:~t7-vla7-lz/psiphon/psiphon into lp:psiphon.
>
> Requested reviews:
> Psiphon Inc. (psiphon-inc)
>
> For more details, see:
> https://code.launchpad.net/~t7-vla7-lz/psiphon/psiphon/+merge/227982
>
> www/psiphon3/www/index.php: stats date format updated from integer to
> "yyyy-mm-dd"
> --
> https://code.launchpad.net/~t7-vla7-lz/psiphon/psiphon/+merge/227982
> Your team Psiphon Inc. is requested to review the proposed merge of
> lp:~t7-vla7-lz/psiphon/psiphon into lp:psiphon.
>
> === modified file 'trunk/www/psiphon3/www/index.php'
> --- trunk/www/psiphon3/www/index.php 2011-09-08 18:35:50 +0000
> +++ trunk/www/psiphon3/www/index.php 2014-07-23 19:19:22 +0000
> @@ -63,7 +63,7 @@
>
> $region = lookup_region($config);
> $proxy_id = $proxy_record['id'];
> - $date = mktime(0, 0, 1, date("m"), date("j"), date("Y"));
> + $date = strftime("%Y-%m-%d");
>
> $params = convert_null_array(array(
> ":date" => $date,
>
>
>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'trunk/www/psiphon3/www/index.php'
2--- trunk/www/psiphon3/www/index.php 2011-09-08 18:35:50 +0000
3+++ trunk/www/psiphon3/www/index.php 2014-07-23 19:19:22 +0000
4@@ -63,7 +63,7 @@
5
6 $region = lookup_region($config);
7 $proxy_id = $proxy_record['id'];
8- $date = mktime(0, 0, 1, date("m"), date("j"), date("Y"));
9+ $date = strftime("%Y-%m-%d");
10
11 $params = convert_null_array(array(
12 ":date" => $date,

Subscribers

People subscribed via source and target branches

to all changes: