mirror of
https://github.com/typecho/typecho.git
synced 2025-03-19 01:19:40 +01:00
add timezone
This commit is contained in:
parent
f2ebf4b10a
commit
3b9ae9c498
@ -30,6 +30,7 @@ $(document).ready(function() {
|
||||
secondText : '<?php _e('秒'); ?>',
|
||||
|
||||
dateFormat : 'yy-mm-dd',
|
||||
timezone : <?php $options->timezone(); ?> / 60,
|
||||
hour : (new Date()).getHours(),
|
||||
minute : (new Date()).getMinutes()
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user