diff --git a/config/config.ini.example b/config/config.ini.example
index 824739a5..a296c1c8 100644
--- a/config/config.ini.example
+++ b/config/config.ini.example
@@ -1,6 +1,8 @@
; The URL of your blog. Include the http or https.
site.url = ""
+timezone = "Asia/Jakarta"
+
; Blog info
blog.title = "HTMLy"
blog.tagline = "Just another HTMLy blog"
diff --git a/system/admin/admin.php b/system/admin/admin.php
index fe5a8cf7..e3e52acb 100644
--- a/system/admin/admin.php
+++ b/system/admin/admin.php
@@ -47,7 +47,7 @@ function edit_post($title, $tag, $url, $content, $oldfile, $destination = null,
$oldurl = explode('_', $oldfile);
if($date !== null)
{
- $oldurl[0] = substr($oldurl[0],0,-19) . date('Y-m-d-h-m-s',strtotime($date));
+ $oldurl[0] = substr($oldurl[0],0,-19) . date('Y-m-d-h-i-s',strtotime($date));
}
$post_title = $title;
diff --git a/system/admin/views/edit-post.html.php b/system/admin/views/edit-post.html.php
index 9a126044..da9b0868 100644
--- a/system/admin/views/edit-post.html.php
+++ b/system/admin/views/edit-post.html.php
@@ -49,7 +49,7 @@
Tag *
Url (optional)
If the url leave empty we will use the post title.
- Date
+ Date Time
Meta Description (optional)