diff --git a/src/Template/Main/address.ctp b/src/Template/Main/address.ctp
index d3fce80..951397e 100644
--- a/src/Template/Main/address.ctp
+++ b/src/Template/Main/address.ctp
@@ -180,7 +180,7 @@
Height === null): ?>UnconfirmedHeight ?> |
|
- TxTime)->format('j M Y H:i:s') . ' UTC'; ?> |
+ TxTime)->format('d M Y H:i:s') . ' UTC'; ?> |
Confirmations, 0, '', ',') ?> |
InputCount ?> |
OutputCount ?> |
diff --git a/src/Template/Main/blocks.ctp b/src/Template/Main/blocks.ctp
index c857d48..8e1cd1e 100644
--- a/src/Template/Main/blocks.ctp
+++ b/src/Template/Main/blocks.ctp
@@ -382,7 +382,7 @@
TransactionHashes)) ?> |
BlockSize / 1024, 2) . 'KB' ?> |
Nonce ?> |
- BlockTime)->format('j M Y H:i:s') ?> UTC |
+ BlockTime)->format('d M Y H:i:s') ?> UTC |
diff --git a/src/Template/Main/index.ctp b/src/Template/Main/index.ctp
index 0439fe5..2021c25 100644
--- a/src/Template/Main/index.ctp
+++ b/src/Template/Main/index.ctp
@@ -163,7 +163,7 @@
BlockSize / 1024, 2) . 'KB' ?> |
TransactionCount ?> |
Difficulty, 2, '.', '') ?> |
- BlockTime)->format('j M Y H:i:s') . ' UTC' ?> |
+ BlockTime)->format('d M Y H:i:s') . ' UTC' ?> |