Ever use the OpenbaseDate class?

This is an old class someone wrote for converting openbase dates to Xojo dates. If you have it in any old projects, please let me know.

I use OpenBase with an OpenBase Connectivity Module B75 supplied by OpenBase
with extensive use of date conversions.
I understand that the was written by Norman.
I am not sure whether he has used that class.
Norman???

[quote=348673:@Gerd Wilmer]I use OpenBase with an OpenBase Connectivity Module B75 supplied by OpenBase
with extensive use of date conversions.
I understand that the was written by Norman.
I am not sure whether he has used that class.
Norman???[/quote]
This class wasn’t part of the Openbase Connectivity Module and unfortunately, Norman has never heard of it. Do you have a class in any of your projects called OpenBaseDate?

no, I have never used the OB class in Realbasic/Xojo
My only concern was that the Module uses it

I never came across this class.

If it’s of any help, for converting an OpenBase timestamp to Xojo classic framework date, I use:

Date.TotalSeconds = TimeStamp + 3061166400

which seems to give the correct result. Otherwise, I use OpenBase’s built-in date functions and Norman’s B79 Connectivity Module.