diff --git a/bridges/HumbleStoreDiscountBridge.php b/bridges/HumbleStoreDiscountBridge.php
index 7e5ece3..d40c368 100755
--- a/bridges/HumbleStoreDiscountBridge.php
+++ b/bridges/HumbleStoreDiscountBridge.php
@@ -33,7 +33,7 @@ class HumbleStoreDiscountBridge extends BridgeAbstract{
$thumbnail = 'https://www.humblebundle.com' . $value['storefront_featured_image_small'];
$content = '
' . $product_name
- . '
Current price: ' . $new_price . '
Full price: ' . $full_price .'
Sale ends: '. date('d M Y', $sale_end)
+ . '
Current price: ' . $new_price . '
Full price: ' . $full_price .'
Sale ends: '. date('DATE_ATOM', $sale_end)
. '
Developer: ' . $value['developer_name'] . '
Delivery methods: ' . $delivery_methods
. '
Platforms: ' . $platforms . '
' . $value['description'];