Microsoft Teams & OneDrive - Fix issue with Excel date formats

Search for a command to run...

No comments yet. Be the first to comment.
Recently, I've been updating a bunch of Visual Studio Azure Functions and Blazor projects to .NET 8.0 from 7.0. Most went smoothly but when I came to run the Azure Functions project locally in Visual Studio, I ran into this error: Error: There is no...

Want to track how long you spend in Microsoft Teams meetings or have a request from a user for some stats? Luckily, it's actually quite easy to get the meeting durations for any user in your tenancy. Common scenarios for needing meeting duration Ok,...

One of the most requested features on Microsoft's UserVoice forum was the Support for Dynamic '+' Email Aliases in Office 365. This has been pending since 2017 and Microsoft finally implemented it in September 2020. Woohoo! However, it's not enabled ...

My computer is in the lounge and it tends to be left on for most of the day (especially with WFH in full effect). With 4 monitors hooked up, it actually outputs a decent amount of light and if you're trying to watch a movie on the TV it can be distra...

Do you run a WordPress site? Have you configured it so that its contents are automatically backed up in case of failure/hack/human error? If it's a no, then you better get cracking as it can happen to anyone. Check out how you can automatically backu...

I work in a UK based company and we've recently been using Microsoft Teams more and more, which for the most part has been great. However, whenever someone edits an Excel workbook within the Teams web (or desktop) app, they realise that datetime values are in the US format (MM/DD/YYYY). This seems to happen even if they have previously set the regional settings to UK in SharePoint / Office 365. If you haven't yet set the regional settings for the Office 365 group's SharePoint site, then you should do that first. If you have then you can skip this step.
By default all SharePoint sites created are set to United States time zone and locale. You can now set the default region for all new sites via the SharePoint admin center. This works if your users are not spread across the globe. If they are then you can either set the region on a site by site basis or use a script to provision sites and set the region based of the information provided by the requester.
Check out the post here on how to automatically set regional settings for all new sites.




If you have global users then this becomes a bit more fidly as you may need to ask the owner/creator of the group to manually update the regional settings to their desired value. In the past I've automated an email that gets sent after a new group is created that gives the user some information on how to use and renew the group, as well as how to do some default configuration (like setting region, adding members, etc...)


If you commonly use Excel in a web browser and the files are stored in your own OneDrive then you may have issues with dates trying to be displayed in US format! Like everything else, the default is for the US market, luckily it's easy to change.
Open OneDrive in a web browser
Click on the Settings (Cog) Icon at the top right

Select OneDrive settings under OneDrive header
Select More Settings under the left menu
Under Region and Language, select Regional settings

Under Region > Locale, change it to your Locale. In my case English (United Kingdom)

Press OK to save your changes.