diff --git a/src/templates/block.html b/src/templates/block.html
index 262d4c8..d98ce28 100644
--- a/src/templates/block.html
+++ b/src/templates/block.html
@@ -16,7 +16,7 @@
- Timestamp [UCT] (epoch): | {{blk_timestamp}} ({{blk_timestamp_epoch}}) |
+ Timestamp [UTC] (epoch): | {{blk_timestamp}} ({{blk_timestamp_epoch}}) |
Age {{age_format}}: | {{blk_age}} |
Δ [h:m:s]: | {{delta_time}} |
diff --git a/src/templates/my_outputs.html b/src/templates/my_outputs.html
index ea46014..bea4c72 100644
--- a/src/templates/my_outputs.html
+++ b/src/templates/my_outputs.html
@@ -23,7 +23,7 @@
Block: {{blk_height}} |
- Timestamp [UCT]: {{blk_timestamp}} |
+ Timestamp [UTC]: {{blk_timestamp}} |
Age [y:d:h:m:s]: {{delta_time}} |
Fee: {{tx_fee}} |
Tx size: {{tx_size}} kB |
diff --git a/src/templates/partials/tx_details.html b/src/templates/partials/tx_details.html
index ad0412c..5aba9ad 100644
--- a/src/templates/partials/tx_details.html
+++ b/src/templates/partials/tx_details.html
@@ -31,7 +31,7 @@
{{^have_raw_tx}}
Timestamp: {{blk_timestamp_uint}} |
- Timestamp [UCT]: {{blk_timestamp}} |
+ Timestamp [UTC]: {{blk_timestamp}} |
Age [y:d:h:m:s]: {{delta_time}} |
{{/have_raw_tx}}