The API you are using returns if there is daylight saving on that lang+lot, you don't have to find it out from offset and suffix.
See this:
dst
Whether or not the localtime and isotime elements include
daylight saving time. If they do, the value of this element will be
True. If they do not, the value will be False. If it can't be
determined whether or not daylight saving time should be used, the
value will be Unknown. Since: 1.1
If you would like to determine it your own, without this attribute, you have to know the country where to point is, because DST is country specific.