Skip to content

Commit 5080c09

Browse files
committed
Fix
1 parent 1e18ffb commit 5080c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trading_calendar/exchanges.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def load(self):
169169
'currency_name' : "Colombian peso",
170170
'currency_code' : 'COP',
171171
'currency_symbol' : '$',
172-
'dst_transitions' : 'true',
172+
'dst_transitions' : 'false',
173173
},
174174
'XLIM' : {
175175
'mic' : 'XLIM',
@@ -724,7 +724,7 @@ def load(self):
724724
'country_code' : 'RS',
725725
'region' : 'Europe',
726726
'flag' : '🇷🇸',
727-
'currency_name' : "Dinar",
727+
'currency_name' : "Serbian Dinar",
728728
'currency_code' : 'RSD',
729729
'currency_symbol' : 'РСД',
730730
'dst_transitions' : 'true',

0 commit comments

Comments
 (0)