I'm looking into using ISO 8601 for using date in my applications but I can't get my head around how to use timezone descriptors. Is there any way to use a location specific timezone string (e.g.: FR for 'Europe/Paris') instead of +01:00?
What I'd like is:
2017-10-12T14:12:50FR
Instead of
2017-10-12T14:12:50+01:00
Is this valid ISO 8601 or am I understanding this wrong?