@MichaelK
To assist you with this, I would need to know the current day of the week and time in the Eastern Time Zone to determine if the sales team is available. However, since I don't have access to real-time data, I can guide you on how to implement this logic in your assistant.
Your assistant should be programmed to:
1. Convert the current UTC time to Eastern Time (ET). You can do this by subtracting 5 hours from UTC (or 4 hours during Daylight Saving Time).
2. Check the current day of the week. If it's Monday through Friday, proceed to the next step. If it's Saturday or Sunday, it should take a message.
3. If it's a weekday, check if the current ET time is between 10 AM and 6 PM. If it is, transfer the call to the sales team. If not, take a message.
You will need to implement this logic in your assistant's codebase, using the appropriate date and time functions provided by the programming language you are using. If you need further assistance with the code, please provide the programming language or platform details, and I can guide you more specifically.