Hi Jean,
Please help me. I have some misunderstandings with the time zone.
In "maketext.ab" I have
strset(b, "%l %s born on %s at %s in %s", "Interpretation for", s, ds, ts, plc);
is resulting in:
"Interpretation for Ana born on 29/10/1980 at 23:51:00 in Bacau, Romania, 26e54, 46n34, Europe/Bucharest"
The last info, Europe/Bucharest is the time zone, but it could be a little confusing, since the city of birth is Bacau and the last city, Bucharet, could be understood as being the birth city, which is not.
Seeing in the help of AstroBasic that the flag 0 returns time zone, I changed
gethoroscopeplace(0, plc, 1) to gethoroscopeplace(0, plc, 0);
but, unfortunately it returned a number, 317
Interpretation for Ana born on 29/10/1980 at 23:51:00 in Bacau, Romania, 26e54, 46n34, 317"
This 317 must be the time zone (EET, in this case) but how to make it showing EET instead of 317?
Thank you