diff options
author | friendica <info@friendica.com> | 2015-03-26 18:03:39 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-26 18:03:39 -0700 |
commit | 47292c612c5a2a6d3819ca3c415fa2d99ab2ee7f (patch) | |
tree | 741e9397e6e8697603ae88cd1916d9eca24eed27 /include/conversation.php | |
parent | f1a16607095e0ebbd8ce2201a2f087557b39f282 (diff) | |
download | volse-hubzilla-47292c612c5a2a6d3819ca3c415fa2d99ab2ee7f.tar.gz volse-hubzilla-47292c612c5a2a6d3819ca3c415fa2d99ab2ee7f.tar.bz2 volse-hubzilla-47292c612c5a2a6d3819ca3c415fa2d99ab2ee7f.zip |
provide ways to over-ride the datetime pickers
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php index 8a834f339..4018ced28 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1158,6 +1158,8 @@ function status_editor($a, $x, $popup = false) { $preview = ''; $defexpire = ((($z = get_pconfig($x['profile_uid'], 'system', 'default_post_expire')) && (! $webpage)) ? $z : ''); + if($defexpire) + $defexpire = datetime_convert('UTC',date_default_timezone_get(),$defexpire,'Y-m-d H:i'); $cipher = get_pconfig($x['profile_uid'], 'system', 'default_cipher'); if(! $cipher) |